Commit
·
3aa1bbd
1
Parent(s):
d99aed3
Update app.py
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ gr.Interface(
|
|
41 |
description=description,
|
42 |
article=article,
|
43 |
examples=[["Mark founded Facebook, shaping global social media connectivity."], ["Delhi is the most beautiful state after Kerala"]],
|
44 |
-
).launch()
|
|
|
41 |
description=description,
|
42 |
article=article,
|
43 |
examples=[["Mark founded Facebook, shaping global social media connectivity."], ["Delhi is the most beautiful state after Kerala"]],
|
44 |
+
).launch(share=True)
|