Spaces:
Sleeping
Sleeping
comment bug
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
38 |
except Exception as e:
|
39 |
print(f"Error instantiating agent: {e}")
|
40 |
return f"Error initializing agent: {e}", None
|
41 |
-
# In the case of an app running as a hugging Face space, this link points toward your codebase (
|
42 |
agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
|
43 |
print(agent_code)
|
44 |
|
|
|
38 |
except Exception as e:
|
39 |
print(f"Error instantiating agent: {e}")
|
40 |
return f"Error initializing agent: {e}", None
|
41 |
+
# In the case of an app running as a hugging Face space, this link points toward your codebase ( useful for others so please keep it public)
|
42 |
agent_code = f"https://huggingface.co/spaces/{space_id}/tree/main"
|
43 |
print(agent_code)
|
44 |
|