cdcvd commited on
Commit
d19f7c1
·
verified ·
1 Parent(s): ab448c3

Update app.py

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