notUbaid commited on
Commit
dd7a14a
·
verified ·
1 Parent(s): b42769f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -254,4 +254,5 @@ with gr.Blocks(title="Anvaya | Speech Pathology Diagnostics") as demo:
254
  )
255
 
256
  if __name__ == "__main__":
257
- demo.queue().launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
 
 
254
  )
255
 
256
  if __name__ == "__main__":
257
+ demo.launch()
258
+