Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ footer {display:none !important}
|
|
73 |
client = InferenceClient(
|
74 |
model="microsoft/phi-4",
|
75 |
token=os.getenv("HF_TOKEN1")
|
|
|
76 |
|
77 |
# Define the function for chatbot response
|
78 |
def respond(
|
|
|
73 |
client = InferenceClient(
|
74 |
model="microsoft/phi-4",
|
75 |
token=os.getenv("HF_TOKEN1")
|
76 |
+
)
|
77 |
|
78 |
# Define the function for chatbot response
|
79 |
def respond(
|