D0k-tor commited on
Commit
b922d45
·
1 Parent(s): 333c77f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  # iface.launch()
8
 
9
  inputs = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
10
- output = gr.outputs.Textbox(type="auto",label="Captions")
11
 
12
  interface = gr.Interface(
13
  fn=predict,
 
7
  # iface.launch()
8
 
9
  inputs = gr.inputs.Image(label="Upload any Image", type = 'pil', optional=True)
10
+ output = gr.outputs.Textbox(type="text",label="Captions")
11
 
12
  interface = gr.Interface(
13
  fn=predict,