lwant commited on
Commit
09b7980
Β·
1 Parent(s): cb4124c

Update import path for hf_submission_api module

Browse files

Adjusted the import path to reflect the new module location under "src". This ensures proper functionality after the project structure update.

Files changed (1) hide show
  1. app.py +1 -1
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):