Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from Gradio_UI import GradioUI
|
|
10 |
|
11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
12 |
|
13 |
-
llm = InferenceClient(
|
14 |
|
15 |
@tool
|
16 |
def write_image_spec(pointers: str)-> str: #it's import to specify the return type
|
|
|
10 |
|
11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
12 |
|
13 |
+
llm = InferenceClient('microsoft/phi-4')
|
14 |
|
15 |
@tool
|
16 |
def write_image_spec(pointers: str)-> str: #it's import to specify the return type
|