Spaces:
Sleeping
Sleeping
make shareable
Browse files- 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)
|