Spaces:
Sleeping
Sleeping
Inline error
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
|
@@ -14,4 +14,4 @@ demo = gr.Interface(fn=predict,
|
|
| 14 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
| 15 |
outputs= gr.outputs.Label()
|
| 16 |
)
|
| 17 |
-
demo.launch(inline=
|
|
|
|
| 14 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
| 15 |
outputs= gr.outputs.Label()
|
| 16 |
)
|
| 17 |
+
demo.launch(inline=False)
|
app.py
CHANGED
|
@@ -14,4 +14,4 @@ demo = gr.Interface(fn=predict,
|
|
| 14 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
| 15 |
outputs= gr.outputs.Label()
|
| 16 |
)
|
| 17 |
-
demo.launch(inline=
|
|
|
|
| 14 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
| 15 |
outputs= gr.outputs.Label()
|
| 16 |
)
|
| 17 |
+
demo.launch(inline=False)
|