xnileshtiwari commited on
Commit
7ca3bdd
·
verified ·
1 Parent(s): 7826f1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='file'),
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()