Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,4 +29,4 @@ def generate_response(instruction):
|
|
29 |
demo = gr.Interface(fn=generate_response, inputs="text", outputs="text")
|
30 |
|
31 |
# Launch the interface
|
32 |
-
demo.launch()
|
|
|
29 |
demo = gr.Interface(fn=generate_response, inputs="text", outputs="text")
|
30 |
|
31 |
# Launch the interface
|
32 |
+
demo.launch(share=True)
|