Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,9 +48,9 @@ interface = gr.Interface(
|
|
48 |
|
49 |
fn=generate_paragraph,
|
50 |
|
51 |
-
inputs=gr.
|
52 |
|
53 |
-
outputs=gr.
|
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 |
|