bergr7f commited on
Commit
216a8bd
·
verified ·
1 Parent(s): abc342e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(model_id='microsoft/phi-4')
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