Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,7 @@ def main():
|
|
68 |
["What is the fate of Bran Stark?"],
|
69 |
["Tell me about the Iron Throne."],
|
70 |
],
|
|
|
71 |
)
|
72 |
|
73 |
interface.launch()
|
|
|
68 |
["What is the fate of Bran Stark?"],
|
69 |
["Tell me about the Iron Throne."],
|
70 |
],
|
71 |
+
share=True,
|
72 |
)
|
73 |
|
74 |
interface.launch()
|