N.Achyuth Reddy
commited on
Commit
·
a0de310
1
Parent(s):
8c63627
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,6 +94,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 94 |
additional_inputs=additional_inputs,
|
| 95 |
)
|
| 96 |
|
| 97 |
-
gr.ChatInterface(format_prompt
|
| 98 |
|
| 99 |
demo.queue().launch(debug=True)
|
|
|
|
| 94 |
additional_inputs=additional_inputs,
|
| 95 |
)
|
| 96 |
|
| 97 |
+
gr.ChatInterface(format_prompt).launch(share=False, debug=False, show_error=False, show_api=False)
|
| 98 |
|
| 99 |
demo.queue().launch(debug=True)
|