Spaces:
Runtime error
Runtime error
Commit ·
63cf0fd
1
Parent(s): 2ca415f
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import datetime
|
|
| 5 |
from moviepy.editor import *
|
| 6 |
import gradio as gr
|
| 7 |
from huggingface_hub import snapshot_download
|
| 8 |
-
import
|
| 9 |
from pytube import YouTube
|
| 10 |
|
| 11 |
global notify
|
|
|
|
| 5 |
from moviepy.editor import *
|
| 6 |
import gradio as gr
|
| 7 |
from huggingface_hub import snapshot_download
|
| 8 |
+
import huggingface_hub as hh
|
| 9 |
from pytube import YouTube
|
| 10 |
|
| 11 |
global notify
|