freddyaboulton HF staff commited on
Commit
f13ba47
·
verified ·
1 Parent(s): 5eff8c0

Update hf_stream_demo.py

Browse files
Files changed (1) hide show
  1. hf_stream_demo.py +1 -2
hf_stream_demo.py CHANGED
@@ -1,5 +1,4 @@
1
  from huggingface_hub import InferenceClient
2
- from gradio_agentchatbot import AgentChatbot
3
  import gradio as gr
4
 
5
  """
@@ -36,7 +35,7 @@ def respond(
36
 
37
  with gr.Blocks() as demo:
38
  gr.Markdown("# Chat with Hugging Face Zephyr 7b 🤗")
39
- chatbot = AgentChatbot(
40
  label="Agent",
41
  avatar_images=(
42
  None,
 
1
  from huggingface_hub import InferenceClient
 
2
  import gradio as gr
3
 
4
  """
 
35
 
36
  with gr.Blocks() as demo:
37
  gr.Markdown("# Chat with Hugging Face Zephyr 7b 🤗")
38
+ chatbot = gr.Chatbot(
39
  label="Agent",
40
  avatar_images=(
41
  None,