Spaces:
Runtime error
Runtime error
lacnh argument=false
Browse filesupdate inline argument to launch to match the tutorial
app.py
CHANGED
@@ -13,4 +13,4 @@ label=gr.outputs.Label()
|
|
13 |
examples=['Barbell.png','Dumbbell3.png','Kettlebell.png']
|
14 |
|
15 |
intf=gr.Interface(fn=classify,inputs=image,outputs=label,examples=examples)
|
16 |
-
intf.launch()
|
|
|
13 |
examples=['Barbell.png','Dumbbell3.png','Kettlebell.png']
|
14 |
|
15 |
intf=gr.Interface(fn=classify,inputs=image,outputs=label,examples=examples)
|
16 |
+
intf.launch(inline=false)
|