Spaces:
Sleeping
Sleeping
Commit
·
f9a56d3
1
Parent(s):
3bdc5a4
disable share on interface for huggingface
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ def classify_image(img):
|
|
18 |
|
19 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, theme=gr.themes.Glass(),
|
20 |
examples=[skater_example, ref_example, goalie_example])
|
21 |
-
iface.launch(share=
|
|
|
18 |
|
19 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, theme=gr.themes.Glass(),
|
20 |
examples=[skater_example, ref_example, goalie_example])
|
21 |
+
iface.launch(share=False, debug=True)
|