illioran commited on
Commit
15ca90e
1 Parent(s): 47f529b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def format_chat_prompt(message, chat_history,instruction):
4
  prompt = f"System:{instruction}"
 
1
  import gradio as gr
2
+ from huggingface_hub import InferenceClient
3
 
4
  def format_chat_prompt(message, chat_history,instruction):
5
  prompt = f"System:{instruction}"