wt002 commited on
Commit
b228ff5
·
verified ·
1 Parent(s): 24cefc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -18,6 +18,11 @@ import mimetypes
18
  load_dotenv()
19
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
20
 
 
 
 
 
 
21
 
22
  # --- Utility Functions ---
23
  def extract_youtube_id(url: str) -> str:
 
18
  load_dotenv()
19
  HF_API_TOKEN = os.getenv("HF_API_TOKEN")
20
 
21
+ # (Keep Constants as is)
22
+ # --- Constants ---
23
+ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
24
+
25
+
26
 
27
  # --- Utility Functions ---
28
  def extract_youtube_id(url: str) -> str: