Spaces:
Runtime error
Runtime error
Commit ·
3b406ca
1
Parent(s): c68e822
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import time
|
|
| 3 |
import json
|
| 4 |
import os
|
| 5 |
import gradio as gr
|
| 6 |
-
|
| 7 |
|
| 8 |
SIMBALS_GLOBAL_DB = 1
|
| 9 |
SIMBALS_MAIN_DATABASE = 2
|
|
|
|
| 3 |
import json
|
| 4 |
import os
|
| 5 |
import gradio as gr
|
| 6 |
+
import yt_dlp
|
| 7 |
|
| 8 |
SIMBALS_GLOBAL_DB = 1
|
| 9 |
SIMBALS_MAIN_DATABASE = 2
|