Update app.py
#2
by
John6666
- opened
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
|