aixsatoshi
commited on
Commit
•
86f332d
1
Parent(s):
f1d6fbe
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def stream_chat(message: str, history: list, temperature: float, max_new_tokens:
|
|
74 |
|
75 |
chatbot = gr.Chatbot(height=500)
|
76 |
|
77 |
-
with gr.Blocks(
|
78 |
gr.HTML(TITLE)
|
79 |
gr.HTML(DESCRIPTION)
|
80 |
gr.ChatInterface(
|
|
|
74 |
|
75 |
chatbot = gr.Chatbot(height=500)
|
76 |
|
77 |
+
with gr.Blocks() as demo:
|
78 |
gr.HTML(TITLE)
|
79 |
gr.HTML(DESCRIPTION)
|
80 |
gr.ChatInterface(
|