Spaces:
Sleeping
Sleeping
RitaParadaRamos
commited on
Commit
•
79b66b6
1
Parent(s):
7957de1
Upload app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ textbox = gr.Textbox(placeholder="Generated caption and retrieved captions...",
|
|
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()
|