Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from pydub.exceptions import CouldntDecodeError
|
|
10 |
import gradio as gr
|
11 |
import azure.cognitiveservices.speech as speechsdk # اضافه شده
|
12 |
import tempfile
|
|
|
13 |
# تنظیمات کلیدهای API
|
14 |
HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY")
|
15 |
|
|
|
10 |
import gradio as gr
|
11 |
import azure.cognitiveservices.speech as speechsdk # اضافه شده
|
12 |
import tempfile
|
13 |
+
from langchain_together import ChatTogether
|
14 |
# تنظیمات کلیدهای API
|
15 |
HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY")
|
16 |
|