Pengwei Li
commited on
Commit
·
39a35be
1
Parent(s):
5c862cb
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ gr.Interface(
|
|
28 |
article=article,
|
29 |
title=title,
|
30 |
examples=examples,
|
31 |
-
description=description).launch(enable_queue=True, cache_examples=False)
|
|
|
28 |
article=article,
|
29 |
title=title,
|
30 |
examples=examples,
|
31 |
+
description=description).launch(share=True, enable_queue=True, cache_examples=False)
|