Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ interface = gr.Interface(
|
|
22 |
description="An interactive demo of the Astrid-7B-Assistant-CPU model from Hugging Face."
|
23 |
)
|
24 |
|
25 |
-
interface.launch()
|
|
|
22 |
description="An interactive demo of the Astrid-7B-Assistant-CPU model from Hugging Face."
|
23 |
)
|
24 |
|
25 |
+
interface.launch(share=True)
|