Spaces:
Running
Running
it@M InnovationLab
commited on
Commit
•
6120ded
1
Parent(s):
ab1fc7a
Fixed wrong launch command
Browse files
app.py
CHANGED
@@ -53,5 +53,5 @@ def test_gradio(image):
|
|
53 |
|
54 |
|
55 |
demo = gr.Interface(fn=test_gradio, inputs=gr.Image(source="webcam", type="pil"), outputs=gr.Image(type="pil"))
|
56 |
-
|
57 |
-
demo.launch(server_name="localhost", server_port=8080)
|
|
|
53 |
|
54 |
|
55 |
demo = gr.Interface(fn=test_gradio, inputs=gr.Image(source="webcam", type="pil"), outputs=gr.Image(type="pil"))
|
56 |
+
demo.launch(share=True)
|
57 |
+
# demo.launch(server_name="localhost", server_port=8080)
|