Commit
·
cfd65b6
1
Parent(s):
a1fa1da
Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ gr.Interface(
|
|
57 |
description=description,
|
58 |
examples=examples,
|
59 |
theme="huggingface",
|
60 |
-
).launch(
|
|
|
57 |
description=description,
|
58 |
examples=examples,
|
59 |
theme="huggingface",
|
60 |
+
).launch(share=True)
|