Spaces:
Runtime error
Runtime error
add share=True in launch
Browse files
app.py
CHANGED
@@ -21,6 +21,5 @@ gr.Interface(
|
|
21 |
outputs="text",
|
22 |
title=title,
|
23 |
description=description,
|
24 |
-
article=article
|
25 |
-
|
26 |
-
).launch()
|
|
|
21 |
outputs="text",
|
22 |
title=title,
|
23 |
description=description,
|
24 |
+
article=article
|
25 |
+
).launch(share=True)
|
|