Spaces:
Runtime error
Runtime error
Update import path for hf_submission_api module
Browse filesAdjusted the import path to reflect the new module location under "src". This ensures proper functionality after the project structure update.
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
-
from gaia_solving_agent.hf_submission_api import instantiate_agent, fetching_questions, run_agent, \
|
| 5 |
prepare_submission_data, submit_answers
|
| 6 |
|
| 7 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
|
|
| 1 |
import os
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
+
from src.gaia_solving_agent.hf_submission_api import instantiate_agent, fetching_questions, run_agent, \
|
| 5 |
prepare_submission_data, submit_answers
|
| 6 |
|
| 7 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|