Ubuntu commited on
Commit
57c0815
·
1 Parent(s): 6dba602

update api url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import json
8
  import subprocess
9
 
10
  # Define the FastAPI URL
11
- API_URL = "http://localhost:9998"
12
 
13
  def download_youtube_audio(url: str, output_dir: Optional[str] = None) -> str:
14
  if output_dir is None:
 
8
  import subprocess
9
 
10
  # Define the FastAPI URL
11
+ API_URL = "http://astarwiz.com:9998"
12
 
13
  def download_youtube_audio(url: str, output_dir: Optional[str] = None) -> str:
14
  if output_dir is None: