Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
print("Done!")
|
5 |
|
6 |
print("Importing chatbot...")
|
7 |
-
chatbot = pipeline(task="conversational", model="
|
8 |
print("Done!")
|
9 |
|
10 |
message_list = []
|
|
|
4 |
print("Done!")
|
5 |
|
6 |
print("Importing chatbot...")
|
7 |
+
chatbot = pipeline(task="conversational", model="meta-llama/Llama-2-70b")
|
8 |
print("Done!")
|
9 |
|
10 |
message_list = []
|