BounharAbdelaziz commited on
Commit
0fb793d
1 Parent(s): da420f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/atlasia/Terjman-Large-v2"
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"
6
  HF_TOKEN = os.environ['HF_TOKEN']
7
  headers = {"Authorization": "Bearer "+ HF_TOKEN}
8