Spaces:
Sleeping
Sleeping
Commit
·
42ff0a6
1
Parent(s):
9de329e
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
|
|
2 |
import tensorflow as tf
|
3 |
import gdown
|
4 |
from PIL import Image
|
|
|
5 |
|
6 |
input_shape = (32, 32, 3)
|
7 |
resized_shape = (224, 224, 3)
|
|
|
2 |
import tensorflow as tf
|
3 |
import gdown
|
4 |
from PIL import Image
|
5 |
+
import pillow_avif
|
6 |
|
7 |
input_shape = (32, 32, 3)
|
8 |
resized_shape = (224, 224, 3)
|