Spaces:
Runtime error
Runtime error
ss
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ import os
|
|
6 |
# Load TTS client
|
7 |
tts_client = InferenceClient("medmac01/Darija-Arabic-TTS")
|
8 |
|
|
|
|
|
9 |
# Load text generation client
|
10 |
text_client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
|
11 |
|
|
|
6 |
# Load TTS client
|
7 |
tts_client = InferenceClient("medmac01/Darija-Arabic-TTS")
|
8 |
|
9 |
+
|
10 |
+
|
11 |
# Load text generation client
|
12 |
text_client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
|
13 |
|