Spaces:
Runtime error
Runtime error
Commit
·
914448f
1
Parent(s):
3db0ffb
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def predict(img):
|
|
13 |
|
14 |
|
15 |
import gradio as gr
|
16 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=6)).launch(share=
|
|
|
13 |
|
14 |
|
15 |
import gradio as gr
|
16 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)), outputs=gr.outputs.Label(num_top_classes=6)).launch(share=False)
|