ramalMr commited on
Commit
e06c59d
·
verified ·
1 Parent(s): acf104d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")