Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from text_generation import Client
|
|
9 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
10 |
|
11 |
HF_TOKEN = os.environ.get("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", None)
|
12 |
-
API_URL = os.environ.get("
|
13 |
|
14 |
|
15 |
theme = gr.themes.Monochrome(
|
|
|
9 |
from share_btn import community_icon_html, loading_icon_html, share_js, share_btn_css
|
10 |
|
11 |
HF_TOKEN = os.environ.get("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", None)
|
12 |
+
API_URL = os.environ.get("https://localhost:7860")
|
13 |
|
14 |
|
15 |
theme = gr.themes.Monochrome(
|