Update app.py
Browse files
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 |
|