Spaces:
Runtime error
Runtime error
Commit
·
8253c78
1
Parent(s):
5d3f433
Upload app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ textbox = gr.Textbox(placeholder="Retrieved captions and generated caption...",
|
|
99 |
title = "SmallCap Demo"
|
100 |
gr.Interface(
|
101 |
fn=classify_image, inputs=image, outputs=textbox, title=title
|
102 |
-
).launch(
|
|
|
99 |
title = "SmallCap Demo"
|
100 |
gr.Interface(
|
101 |
fn=classify_image, inputs=image, outputs=textbox, title=title
|
102 |
+
).launch()
|