Spaces:
Sleeping
Sleeping
curry tang
commited on
Commit
•
f3a6c77
1
Parent(s):
796067e
update
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as app:
|
|
52 |
chatbot = gr.ChatInterface(
|
53 |
predict,
|
54 |
multimodal=True,
|
55 |
-
chatbot=gr.Chatbot(elem_id="chatbot", height=600),
|
56 |
textbox=gr.MultimodalTextbox(lines=1),
|
57 |
additional_inputs=[chat_engine]
|
58 |
)
|
@@ -92,4 +92,4 @@ with gr.Blocks() as app:
|
|
92 |
gr.Textbox(label="LoRA")
|
93 |
|
94 |
|
95 |
-
app.launch(debug=settings.debug)
|
|
|
52 |
chatbot = gr.ChatInterface(
|
53 |
predict,
|
54 |
multimodal=True,
|
55 |
+
chatbot=gr.Chatbot(elem_id="chatbot", height=600, show_share_button=False),
|
56 |
textbox=gr.MultimodalTextbox(lines=1),
|
57 |
additional_inputs=[chat_engine]
|
58 |
)
|
|
|
92 |
gr.Textbox(label="LoRA")
|
93 |
|
94 |
|
95 |
+
app.launch(debug=settings.debug, show_api=False)
|