monaavr commited on
Commit
54c8f38
·
1 Parent(s): 147563a

make shareable

Browse files
Files changed (1) hide show
  1. App/drug_app.py +1 -1
App/drug_app.py CHANGED
@@ -54,4 +54,4 @@ gr.Interface(
54
  description=description,
55
  article=article,
56
  theme=gr.themes.Soft(),
57
- ).launch()
 
54
  description=description,
55
  article=article,
56
  theme=gr.themes.Soft(),
57
+ ).launch(share=True)