Update app.py
Browse files
app.py
CHANGED
|
@@ -98,8 +98,6 @@ def chat_llama3_8b(message: str,
|
|
| 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')
|
| 105 |
|
|
|
|
| 98 |
#print(outputs)
|
| 99 |
yield "".join(outputs)
|
| 100 |
|
|
|
|
|
|
|
| 101 |
# Gradio block
|
| 102 |
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInterface')
|
| 103 |
|