Spaces:
Sleeping
Sleeping
Commit ·
2645bc9
1
Parent(s): fa37db9
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ gr.Interface(
|
|
| 15 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 16 |
outputs=gr.outputs.Label(num_top_classes=2),
|
| 17 |
title="Is this a Volkswagen?",
|
| 18 |
-
).launch(
|
|
|
|
| 15 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 16 |
outputs=gr.outputs.Label(num_top_classes=2),
|
| 17 |
title="Is this a Volkswagen?",
|
| 18 |
+
).launch(inline=False)
|