abhiswain commited on
Commit
0169305
1 Parent(s): e33f9f5

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(server_port=8080)
 
45
  inputs=["image", gr.Dropdown(["Digit", "Vyanjan"])],
46
  outputs="text",
47
  )
48
+ demo.launch(inline=False)