Omnibus commited on
Commit
70824c8
1 Parent(s): 7036943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -53,11 +53,11 @@ def make_files(t_name,t_space,t_title,t_description,t_redirect,t_image=None,t_im
53
  try:
54
  api_url = f'https://huggingface.co/api/spaces/{model_id}'
55
  t_iframe = t_space
56
- t_link3= f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/masto.html"
57
- t_link2= f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/gab.html"
58
- t_link = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/ai.html"
59
- t_space = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/back.html"
60
- t_space2 = f"https://{repo_name.replace('/','-').replace('_','-')}.hf.space/back_gab.html"
61
 
62
 
63
  ########## norm
 
53
  try:
54
  api_url = f'https://huggingface.co/api/spaces/{model_id}'
55
  t_iframe = t_space
56
+ t_link3= f"/masto.html"
57
+ t_link2= f"/gab.html"
58
+ t_link = f"/ai.html"
59
+ t_space = f"/back.html"
60
+ t_space2 = f"/back_gab.html"
61
 
62
 
63
  ########## norm