Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
57 |
-
t_link2= f"
|
58 |
-
t_link = f"
|
59 |
-
t_space = f"
|
60 |
-
t_space2 = f"
|
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
|