Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|