Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ from share_btn import (community_icon_html, loading_icon_html, share_btn_css,
|
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
API_TOKEN = os.environ.get("API_TOKEN", None)
|
13 |
API_URL = os.environ.get("API_URL", None)
|
14 |
-
API_URL = "https://api-inference.huggingface.co/models/timdettmers/guanaco-33b-merged"
|
15 |
|
16 |
client = Client(
|
17 |
API_URL,
|
|
|
11 |
HF_TOKEN = os.environ.get("HF_TOKEN", None)
|
12 |
API_TOKEN = os.environ.get("API_TOKEN", None)
|
13 |
API_URL = os.environ.get("API_URL", None)
|
|
|
14 |
|
15 |
client = Client(
|
16 |
API_URL,
|