Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from share_btn import community_icon_html, loading_icon_html, share_js
|
|
| 12 |
token = os.environ.get('HF_TOKEN')
|
| 13 |
whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
|
| 14 |
tts = gr.Interface.load(name="spaces/Flux9665/IMS-Toucan")
|
| 15 |
-
talking_face = gr.Blocks.load(name="spaces/
|
| 16 |
|
| 17 |
def infer(audio, openai_api_key):
|
| 18 |
|
|
|
|
| 12 |
token = os.environ.get('HF_TOKEN')
|
| 13 |
whisper = gr.Interface.load(name="spaces/sanchit-gandhi/whisper-large-v2")
|
| 14 |
tts = gr.Interface.load(name="spaces/Flux9665/IMS-Toucan")
|
| 15 |
+
talking_face = gr.Blocks.load(name="spaces/gradio-tests/one-shot-talking-face", api_key=token)
|
| 16 |
|
| 17 |
def infer(audio, openai_api_key):
|
| 18 |
|