Spaces:
Runtime error
Runtime error
Commit
·
9b7861b
1
Parent(s):
659332b
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_response(input_text):
|
|
25 |
conversation_history.append({"role": "assistant", "content": response_text})
|
26 |
|
27 |
return response_text
|
28 |
-
with gr.Blocks(
|
29 |
with gr.Column():
|
30 |
gr.Markdown(
|
31 |
""" ## Mistral-7b
|
|
|
25 |
conversation_history.append({"role": "assistant", "content": response_text})
|
26 |
|
27 |
return response_text
|
28 |
+
with gr.Blocks( analytics_enabled=False, css=css) as demo:
|
29 |
with gr.Column():
|
30 |
gr.Markdown(
|
31 |
""" ## Mistral-7b
|