Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,4 +11,4 @@ def classify_image(img):
|
|
| 11 |
image = gr.inputs.Image(shape=(192,192))
|
| 12 |
lebel = gr.outputs.Label()
|
| 13 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=lebel)
|
| 14 |
-
intf.launch(inline=False)
|
|
|
|
| 11 |
image = gr.inputs.Image(shape=(192,192))
|
| 12 |
lebel = gr.outputs.Label()
|
| 13 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=lebel)
|
| 14 |
+
intf.launch(inline=False,share=True)
|