Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,8 @@ def chat_llama3_8b(message: str,
|
|
97 |
outputs.append(text)
|
98 |
#print(outputs)
|
99 |
yield "".join(outputs)
|
100 |
-
|
|
|
101 |
|
102 |
# Gradio block
|
103 |
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
|
|
97 |
outputs.append(text)
|
98 |
#print(outputs)
|
99 |
yield "".join(outputs)
|
100 |
+
|
101 |
+
chat_llama3_8b.zerogpu = True
|
102 |
|
103 |
# Gradio block
|
104 |
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|