norhan12 commited on
Commit
761c17d
·
verified ·
1 Parent(s): 8a14d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ app.mount("/static", StaticFiles(directory="static"), name="static")
25
  VALID_EXTENSIONS = ('.wav', '.mp3', '.m4a', '.flac')
26
  MAX_FILE_SIZE_MB = 300
27
 
28
- BASE_URL = os.getenv("BASE_URL", "https://evalbot-audio-evalbot.hf.space
29
  class ProcessResponse(BaseModel):
30
  summary: str
31
  json_url: str
 
25
  VALID_EXTENSIONS = ('.wav', '.mp3', '.m4a', '.flac')
26
  MAX_FILE_SIZE_MB = 300
27
 
28
+ BASE_URL = os.getenv("BASE_URL", "https://evalbot-audio-evalbot.hf.space")
29
  class ProcessResponse(BaseModel):
30
  summary: str
31
  json_url: str