abhiswain commited on
Commit
e33f9f5
1 Parent(s): 5bb0fa4

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -45,4 +45,4 @@ demo = gr.Interface(
45
  inputs=["image", gr.Dropdown(["Digit", "Vyanjan"])],
46
  outputs="text",
47
  )
48
- demo.launch(share=True, server_port=8080)
 
45
  inputs=["image", gr.Dropdown(["Digit", "Vyanjan"])],
46
  outputs="text",
47
  )
48
+ demo.launch(server_port=8080)