it@M InnovationLab commited on
Commit
6120ded
1 Parent(s): ab1fc7a

Fixed wrong launch command

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # demo.launch(share=True)
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)