TheStinger Eddycrack864 commited on
Commit
6f54f9a
·
verified ·
1 Parent(s): 4790d08

- hot fix (0c15f40a303042dbdc8d5e0e15e7f28bad3f854d)


Co-authored-by: Eddycrack 864 <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import logging
8
  import yt_dlp
9
  import json
10
  import copy
 
11
  import gradio as gr
12
  import urllib.parse
13
  import assets.themes.loadThemes as loadThemes
 
8
  import yt_dlp
9
  import json
10
  import copy
11
+ import spaces
12
  import gradio as gr
13
  import urllib.parse
14
  import assets.themes.loadThemes as loadThemes