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