MariiaRazno commited on
Commit
b0ee3fd
1 Parent(s): acea654

launch changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(
57
  inputs=[gr.Textbox(label="Input text", value=default_input_text)],
58
  outputs=gr.outputs.Textbox(label="Found ICD-10 codes and diagnoses"),
59
  )
60
- iface.launch(share=True)
 
57
  inputs=[gr.Textbox(label="Input text", value=default_input_text)],
58
  outputs=gr.outputs.Textbox(label="Found ICD-10 codes and diagnoses"),
59
  )
60
+ iface.launch()