Ubuntu commited on
Commit
5a33213
·
1 Parent(s): 5a786ef

update dep

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import youtube_dl # Import youtube_dl
4
  from typing import Optional
5
  import json
6
  import subprocess
 
7
 
8
  # Define the FastAPI URL
9
  API_URL = "http://astarwiz.com:9998"
 
4
  from typing import Optional
5
  import json
6
  import subprocess
7
+ import tempfile # Import tempfile
8
 
9
  # Define the FastAPI URL
10
  API_URL = "http://astarwiz.com:9998"