Spaces:
Runtime error
Runtime error
viveknarayan
commited on
Commit
·
91161d8
1
Parent(s):
bd43ed3
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import numpy as np
|
2 |
-
|
3 |
-
import gradio as gr
|
4 |
from PIL import Image
|
5 |
import keras
|
6 |
from huggingface_hub import from_pretrained_keras
|
|
|
1 |
import numpy as np
|
2 |
+
import gradio==3.26.0 as gr
|
|
|
3 |
from PIL import Image
|
4 |
import keras
|
5 |
from huggingface_hub import from_pretrained_keras
|