Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
|
|
6 |
from io import BytesIO
|
7 |
import csv
|
8 |
import os
|
9 |
-
import io
|
10 |
import tempfile
|
11 |
# Initialize the inference client with your chosen model
|
12 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
|
|
6 |
from io import BytesIO
|
7 |
import csv
|
8 |
import os
|
9 |
+
import io
|
10 |
import tempfile
|
11 |
# Initialize the inference client with your chosen model
|
12 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|