Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,6 +69,6 @@ def inference(image):
|
|
69 |
|
70 |
|
71 |
demo = gr.Interface(fn=inference,
|
72 |
-
inputs=gr.
|
73 |
outputs="text")
|
74 |
demo.launch()
|
|
|
69 |
|
70 |
|
71 |
demo = gr.Interface(fn=inference,
|
72 |
+
inputs=gr.Image(label='Upload image'),
|
73 |
outputs="text")
|
74 |
demo.launch()
|