Joe7oo7 commited on
Commit
cd6a5a2
·
verified ·
1 Parent(s): 951c175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("EleutherAI/gpt-neo-2.7B")
5
 
6
  def respond(
7
  message,
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("HuggingFaceM4/idefics2-8b")
5
 
6
  def respond(
7
  message,