Spaces:
Runtime error
Runtime error
BounharAbdelaziz
commited on
Commit
•
da420f0
1
Parent(s):
836ba94
update API URL
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import requests
|
3 |
import os
|
4 |
|
5 |
-
API_URL = "https://api-inference.huggingface.co/models/
|
6 |
HF_TOKEN = os.environ['HF_TOKEN']
|
7 |
headers = {"Authorization": "Bearer "+ HF_TOKEN}
|
8 |
|
|
|
2 |
import requests
|
3 |
import os
|
4 |
|
5 |
+
API_URL = "https://api-inference.huggingface.co/models/atlasia/Terjman-Large-v2"
|
6 |
HF_TOKEN = os.environ['HF_TOKEN']
|
7 |
headers = {"Authorization": "Bearer "+ HF_TOKEN}
|
8 |
|