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