framsouza commited on
Commit
e342cb2
Β·
verified Β·
1 Parent(s): a81d3df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
9
 
10
  # ─── Configuration ──────────────────────────────────────────────────────────
11
  API_URL = os.getenv("API_URL", "https://agents-course-unit4-scoring.hf.space")
12
- SPACE_ID = os.getenv("SPACE_ID") # e.g. "your-username/your-space"
13
  MODEL_ID = os.getenv("MODEL_ID", "meta-llama/Llama-2-7b-instruct")
14
  HF_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
15
 
 
9
 
10
  # ─── Configuration ──────────────────────────────────────────────────────────
11
  API_URL = os.getenv("API_URL", "https://agents-course-unit4-scoring.hf.space")
12
+ SPACE_ID = os.getenv("SPACE_ID", "framsouza/Final_Assignment_Template")
13
  MODEL_ID = os.getenv("MODEL_ID", "meta-llama/Llama-2-7b-instruct")
14
  HF_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
15