rahul7star commited on
Commit
65dd070
·
verified ·
1 Parent(s): d7c097d

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("rahul7star/chatbot")
5
 
6
  title = "rahul7star chat bot. "
7
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("rahul7star/chatbot-v1")
5
 
6
  title = "rahul7star chat bot. "
7