John6666 commited on
Commit
6896f33
·
verified ·
1 Parent(s): 61d0002

Update app.py

Browse files

HF spec change.
Sometimes this is all it takes to fix it, and if not, you can wait for the HF side to fix it.

Files changed (1) hide show
  1. app.py +1 -1
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