Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -328,11 +328,11 @@ def build_space(t_space,t_title,t_description=None,t_name=None,t_redirect=None,t
|
|
328 |
try:
|
329 |
api_url = f'https://huggingface.co/api/spaces/{model_id}'
|
330 |
t_iframe = t_space
|
331 |
-
t_link3= f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/masto.html"
|
332 |
-
t_link2= f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/gab.html"
|
333 |
-
t_link = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/ai.html"
|
334 |
-
t_space = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/back.html"
|
335 |
-
t_space2 = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/back_gab.html"
|
336 |
|
337 |
|
338 |
########## norm
|
|
|
328 |
try:
|
329 |
api_url = f'https://huggingface.co/api/spaces/{model_id}'
|
330 |
t_iframe = t_space
|
331 |
+
t_link3= f"https://{repo_name.replace('/','-').replace('_','-')}.static.hf.space/masto.html"
|
332 |
+
t_link2= f"https://{repo_name.replace('/','-').replace('_','-')}.static.hf.space/gab.html"
|
333 |
+
t_link = f"https://{repo_name.replace('/','-').replace('_','-')}.static.hf.space/ai.html"
|
334 |
+
t_space = f"https://{repo_name.replace('/','-').replace('_','-')}.static.hf.space/back.html"
|
335 |
+
t_space2 = f"https://{repo_name.replace('/','-').replace('_','-')}.static.hf.space/back_gab.html"
|
336 |
|
337 |
|
338 |
########## norm
|