Spaces:
Runtime error
Runtime error
Commit Β·
0423904
1
Parent(s): 7d21ed5
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import gradio as gr
|
|
| 8 |
import numpy as np
|
| 9 |
import faiss
|
| 10 |
import yt_dlp
|
|
|
|
| 11 |
|
| 12 |
embed_html1 = '<iframe width="560" height="315" src="https://www.youtube.com/embed/'
|
| 13 |
embed_html2 = '" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'
|
|
|
|
| 8 |
import numpy as np
|
| 9 |
import faiss
|
| 10 |
import yt_dlp
|
| 11 |
+
from huggingface_hub import hf_hub_download
|
| 12 |
|
| 13 |
embed_html1 = '<iframe width="560" height="315" src="https://www.youtube.com/embed/'
|
| 14 |
embed_html2 = '" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>'
|