danosethrus commited on
Commit
bda1962
·
verified ·
1 Parent(s): 46630f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ app.add_middleware(
18
  HF_TOKEN = os.environ.get("HF_TOKEN")
19
 
20
  # TARGET: Your actual Model (without the 's')
 
21
  MODEL_URL = "https://api-inference.huggingface.co/models/danosethrus/EthioDoc"
22
 
23
  @app.get("/", response_class=HTMLResponse)
 
18
  HF_TOKEN = os.environ.get("HF_TOKEN")
19
 
20
  # TARGET: Your actual Model (without the 's')
21
+ # Change the URL to this:
22
  MODEL_URL = "https://api-inference.huggingface.co/models/danosethrus/EthioDoc"
23
 
24
  @app.get("/", response_class=HTMLResponse)