Spaces:
Sleeping
Sleeping
Added a space id
Browse files
app.py
CHANGED
|
@@ -45,9 +45,9 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 45 |
print(f"Error instantiating agent: {e}")
|
| 46 |
return f"Error initializing agent: {e}", None
|
| 47 |
# In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
|
| 48 |
-
agent_code = f"https://huggingface.co/spaces/{
|
| 49 |
print(agent_code)
|
| 50 |
-
|
| 51 |
# 2. Fetch Questions
|
| 52 |
print(f"Fetching questions from: {questions_url}")
|
| 53 |
try:
|
|
|
|
| 45 |
print(f"Error instantiating agent: {e}")
|
| 46 |
return f"Error initializing agent: {e}", None
|
| 47 |
# In the case of an app running as a hugging Face space, this link points toward your codebase ( usefull for others so please keep it public)
|
| 48 |
+
agent_code = f"https://huggingface.co/spaces/{Chinez-dev/First_agent_template}/tree/main"
|
| 49 |
print(agent_code)
|
| 50 |
+
#space_id
|
| 51 |
# 2. Fetch Questions
|
| 52 |
print(f"Fetching questions from: {questions_url}")
|
| 53 |
try:
|