Raven7 commited on
Commit
367c791
·
verified ·
1 Parent(s): e14ae17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
- import gradio as gr
2
  from huggingfacehub import InferenceClient
3
  import os
4
 
5
- client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=os.getenv("HFTOKEN"))
6
 
7
  def respond(
8
  message,
 
1
+ mport gradio as gr
2
  from huggingfacehub import InferenceClient
3
  import os
4
 
5
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=os.getenv("HF_TOKEN"))
6
 
7
  def respond(
8
  message,