Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesHF spec change.
Sometimes this is all it takes to fix it, and if not, you can wait for the HF side to fix it.
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
|
|
1 |
import os
|
2 |
import time
|
3 |
import tempfile
|
4 |
from math import floor
|
5 |
from typing import Optional, List, Dict, Any
|
6 |
|
7 |
-
import spaces
|
8 |
import torch
|
9 |
import gradio as gr
|
10 |
import yt_dlp as youtube_dl
|
|
|
1 |
+
import spaces
|
2 |
import os
|
3 |
import time
|
4 |
import tempfile
|
5 |
from math import floor
|
6 |
from typing import Optional, List, Dict, Any
|
7 |
|
|
|
8 |
import torch
|
9 |
import gradio as gr
|
10 |
import yt_dlp as youtube_dl
|