codeblacks commited on
Commit
02c027c
·
verified ·
1 Parent(s): b11239c

Update app.py

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 asyncio
3
  from huggingface_hub import InferenceClient
4
 
5
- client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
6
 
7
  async def respond(
8
  message,
 
2
  import asyncio
3
  from huggingface_hub import InferenceClient
4
 
5
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
6
 
7
  async def respond(
8
  message,