Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from resume import data
|
|
3 |
import markdowm as md
|
4 |
import gradio as gr
|
5 |
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
# Chatbot response function with integrated system message
|
9 |
def respond(
|
|
|
3 |
import markdowm as md
|
4 |
import gradio as gr
|
5 |
|
6 |
+
client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
|
7 |
|
8 |
# Chatbot response function with integrated system message
|
9 |
def respond(
|