plannist
commited on
Commit
·
fb501b9
1
Parent(s):
47df46f
app.py
CHANGED
@@ -29,4 +29,4 @@ def chat_fn(prompt):
|
|
29 |
return [f"Error: {str(e)}"]
|
30 |
|
31 |
demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
|
32 |
-
demo.launch(share=
|
|
|
29 |
return [f"Error: {str(e)}"]
|
30 |
|
31 |
demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
|
32 |
+
demo.launch(share=False)
|