Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ label = gr.Label()
|
|
34 |
examples = ['dog.jpg', 'cat.jpg']
|
35 |
|
36 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
37 |
-
intf.launch(inline=True, share=
|
|
|
34 |
examples = ['dog.jpg', 'cat.jpg']
|
35 |
|
36 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
37 |
+
intf.launch(inline=True, share=False)
|