Spaces:
Sleeping
Sleeping
AjithBharadwaj
commited on
Commit
·
c9ea326
1
Parent(s):
0e7d03f
Update app.py
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ demo = gr.Interface(fn=captioner,
|
|
19 |
allow_flagging="never",
|
20 |
examples=["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"])
|
21 |
|
22 |
-
demo.launch(
|
|
|
19 |
allow_flagging="never",
|
20 |
examples=["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"])
|
21 |
|
22 |
+
demo.launch(inline=False)
|