Whataboutup commited on
Commit
320d988
·
verified ·
1 Parent(s): 9e32963

inference spelled as inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  # import random
3
  from huggingface_hub import InterenceClient
4
 
5
- client = InterenceClient("microsoft/phi-4")
6
 
7
  def respond(message, history):
8
 
 
2
  # import random
3
  from huggingface_hub import InterenceClient
4
 
5
+ client = InferenceClient("microsoft/phi-4")
6
 
7
  def respond(message, history):
8