Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def launch(input):
|
|
10 |
return out[0]['generated_text']
|
11 |
|
12 |
iface = gr.Interface(launch,
|
13 |
-
inputs=gr.Image(type='
|
14 |
outputs="text")
|
15 |
|
16 |
iface.launch()
|
|
|
10 |
return out[0]['generated_text']
|
11 |
|
12 |
iface = gr.Interface(launch,
|
13 |
+
inputs=gr.Image(type='file'),
|
14 |
outputs="text")
|
15 |
|
16 |
iface.launch()
|