Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import gradio as gr
|
|
| 6 |
import numpy as np
|
| 7 |
import yt_dlp
|
| 8 |
import sys
|
|
|
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
|
| 11 |
embed_html1 = '<iframe width="560" height="315" src="https://www.youtube.com/embed/'
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
import yt_dlp
|
| 8 |
import sys
|
| 9 |
+
import csv
|
| 10 |
from huggingface_hub import hf_hub_download
|
| 11 |
|
| 12 |
embed_html1 = '<iframe width="560" height="315" src="https://www.youtube.com/embed/'
|