Spaces:
Runtime error
Runtime error
ttcielott
commited on
Commit
·
8b2dc50
1
Parent(s):
2b17328
updatelibrary
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from gradio.components import Image,
|
3 |
from fastai.vision.all import *
|
4 |
|
5 |
learn = load_learner('export_ver1.pkl')
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio.components import Image, Textbox
|
3 |
from fastai.vision.all import *
|
4 |
|
5 |
learn = load_learner('export_ver1.pkl')
|