mohamedelfeky7 commited on
Commit
ace8575
·
verified ·
1 Parent(s): 3e49fdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from tools.visit_webpage import VisitWebpageTool
8
  #from tools.web_shearch import DuckDuckGoSearchTool
9
- from Gradio_UI import GradioUI
10
 
11
  '''
12
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
@@ -47,7 +47,7 @@ visit_webpage=VisitWebpageTool()
47
  model = HfApiModel(
48
  max_tokens=2096,
49
  temperature=0.5,
50
- model_id='https://gemini-api-endpoint-url',# it is possible that this model may be overloaded
51
  custom_role_conversions=None,
52
  )
53
 
 
6
  from tools.final_answer import FinalAnswerTool
7
  from tools.visit_webpage import VisitWebpageTool
8
  #from tools.web_shearch import DuckDuckGoSearchTool
9
+ from smolagents import GradioUI
10
 
11
  '''
12
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
47
  model = HfApiModel(
48
  max_tokens=2096,
49
  temperature=0.5,
50
+ model_id='google/gemma-3-27b-it',# it is possible that this model may be overloaded
51
  custom_role_conversions=None,
52
  )
53