Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
@@ -64,6 +64,6 @@ label = gr.outputs.Label()
|
|
64 |
examples = ['dog1.jpg', 'cat1.jpg']
|
65 |
|
66 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs = label, examples = examples)
|
67 |
-
intf.launch(inline = False)
|
68 |
|
69 |
|
|
|
64 |
examples = ['dog1.jpg', 'cat1.jpg']
|
65 |
|
66 |
intf = gr.Interface(fn = classify_images, inputs = image, outputs = label, examples = examples)
|
67 |
+
intf.launch(inline = False, share = True)
|
68 |
|
69 |
|