inference spelled as inference
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
# import random
|
| 3 |
from huggingface_hub import InterenceClient
|
| 4 |
|
| 5 |
-
client =
|
| 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 |
|