xnileshtiwari commited on
Commit
078efe6
·
verified ·
1 Parent(s): 7607754

Update app.py

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