Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,5 +104,6 @@ demo = gr.Interface(
|
|
| 104 |
**Note: The responses from this model should not be taken as truth.**"""
|
| 105 |
)
|
| 106 |
|
|
|
|
| 107 |
# Launch the app
|
| 108 |
demo.launch()
|
|
|
|
| 104 |
**Note: The responses from this model should not be taken as truth.**"""
|
| 105 |
)
|
| 106 |
|
| 107 |
+
share=True
|
| 108 |
# Launch the app
|
| 109 |
demo.launch()
|