gorkemgoknar
commited on
Commit
•
bff0372
1
Parent(s):
baead3d
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
86 |
# will use api to restart space on a unrecoverable error
|
87 |
api = HfApi(token=HF_TOKEN)
|
88 |
|
89 |
-
repo_id = "coqui/voice-chat-with-
|
90 |
|
91 |
|
92 |
default_system_message = f"""
|
|
|
86 |
# will use api to restart space on a unrecoverable error
|
87 |
api = HfApi(token=HF_TOKEN)
|
88 |
|
89 |
+
repo_id = "coqui/voice-chat-with-mistral"
|
90 |
|
91 |
|
92 |
default_system_message = f"""
|