Soma Dhavala
commited on
Commit
·
159ce5e
1
Parent(s):
6f1fa04
add gpt
Browse files
app.py
CHANGED
@@ -48,4 +48,4 @@ with gr.Blocks(title="Ag GPT Demo") as demo:
|
|
48 |
clear.click(clear_history, None, chatbot, queue=False)
|
49 |
|
50 |
|
51 |
-
demo.launch(share=
|
|
|
48 |
clear.click(clear_history, None, chatbot, queue=False)
|
49 |
|
50 |
|
51 |
+
demo.launch(share=False)
|