Tonic commited on
Commit
01a426b
Β·
verified Β·
1 Parent(s): 05e7387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,9 +48,9 @@ interface = gr.Interface(
48
 
49
  fn=generate_paragraph,
50
 
51
- inputs=gr.inputs.Textbox(label="Image URL"),
52
 
53
- outputs=gr.outputs.Textbox(label="Generated Paragraph"),
54
 
55
  title="Image to Paragraph Generation",
56
 
 
48
 
49
  fn=generate_paragraph,
50
 
51
+ inputs=gr.Textbox(label="Image URL"),
52
 
53
+ outputs=gr.Textbox(label="Generated Paragraph"),
54
 
55
  title="Image to Paragraph Generation",
56