wop commited on
Commit
25552a5
·
1 Parent(s): 1f593c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,11 +1,9 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
- import bot
4
 
5
  client = InferenceClient(
6
  "HuggingFaceH4/zephyr-7b-alpha"
7
  )
8
- bot.start()
9
 
10
  def format_prompt(message, history):
11
  system = "<|system|>\nYou are a helpful virtual assistant that answer user's question with easy to understand words.</s>\n"
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
 
3
 
4
  client = InferenceClient(
5
  "HuggingFaceH4/zephyr-7b-alpha"
6
  )
 
7
 
8
  def format_prompt(message, history):
9
  system = "<|system|>\nYou are a helpful virtual assistant that answer user's question with easy to understand words.</s>\n"