Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
309fec2
1
Parent(s):
7f6874b
fix
Browse files
app.py
CHANGED
@@ -6,10 +6,7 @@ from gradio import ChatMessage
|
|
6 |
from smolagents.gradio_ui import stream_to_gradio
|
7 |
|
8 |
from agents.all_agents import get_master_agent
|
9 |
-
from llm import get_anthropic_model
|
10 |
-
|
11 |
-
|
12 |
-
gr.set_static_paths(paths=["images/"])
|
13 |
|
14 |
|
15 |
def resize_image(image):
|
|
|
6 |
from smolagents.gradio_ui import stream_to_gradio
|
7 |
|
8 |
from agents.all_agents import get_master_agent
|
9 |
+
from llm import ANTHROPIC_MODEL_IDS, get_anthropic_model
|
|
|
|
|
|
|
10 |
|
11 |
|
12 |
def resize_image(image):
|