Raven7 commited on
Commit
1b95e3f
·
verified ·
1 Parent(s): a0b12c0

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 huggingfacehub import InferenceClient
3
- import os
4
  import pandas as pd
 
5
 
6
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=os.getenv("HGGINGAC"))
7
 
 
1
  import gradio as gr
2
  from huggingfacehub import InferenceClient
 
3
  import pandas as pd
4
+ import os
5
 
6
  client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1", token=os.getenv("HGGINGAC"))
7