ChiranthanCV commited on
Commit
b41142e
·
verified ·
1 Parent(s): 3fbca17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def launch(input):
19
  return out[0]['generated_text']
20
 
21
  iface = gr.Interface(launch,
22
- inputs=gr.Image(type='pil'),
23
  outputs="text")
24
 
25
  iface.launch()
 
19
  return out[0]['generated_text']
20
 
21
  iface = gr.Interface(launch,
22
+ inputs="text",
23
  outputs="text")
24
 
25
  iface.launch()