Aratako commited on
Commit
c5dfceb
·
verified ·
1 Parent(s): 28c9c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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')