Spaces:
Runtime error
Runtime error
Commit ·
29e14ea
1
Parent(s): a958550
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,4 +41,4 @@ text_generation_interface = gr.Interface(
|
|
| 41 |
],
|
| 42 |
outputs=gr.inputs.Textbox(label="Generated Text"),
|
| 43 |
title="Falcon-7B Instruct",
|
| 44 |
-
).launch()
|
|
|
|
| 41 |
],
|
| 42 |
outputs=gr.inputs.Textbox(label="Generated Text"),
|
| 43 |
title="Falcon-7B Instruct",
|
| 44 |
+
).launch(share=True)
|