amazinghaha commited on
Commit
b3d0c37
·
1 Parent(s): 1e7a60b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ class App:
229
  btn2.click(get_medical_message, inputs=None, outputs=[out4,out6])
230
  #demo = gr.Series(get_name, prepend_hello, append_nice)
231
 
232
- demo.launch(share=True)
233
  app = App()
234
  # with gr.Blocks() as demo:
235
  # with gr.Row():
 
229
  btn2.click(get_medical_message, inputs=None, outputs=[out4,out6])
230
  #demo = gr.Series(get_name, prepend_hello, append_nice)
231
 
232
+ demo.launch()
233
  app = App()
234
  # with gr.Blocks() as demo:
235
  # with gr.Row():