Spaces:
Runtime error
Runtime error
dpaliwa
commited on
Commit
·
76367f9
1
Parent(s):
848643d
minor change
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ label = gr.outputs.Label()
|
|
24 |
examples = ['human_weapon1.jpg','weapon22.jpg']
|
25 |
|
26 |
intf = gr.Interface(fn = classify_image,inputs = image,outputs=label,examples=examples)
|
27 |
-
intf.launch(
|
|
|
24 |
examples = ['human_weapon1.jpg','weapon22.jpg']
|
25 |
|
26 |
intf = gr.Interface(fn = classify_image,inputs = image,outputs=label,examples=examples)
|
27 |
+
intf.launch(inline = False)
|