Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import re
|
|
4 |
import random
|
5 |
import csv
|
6 |
import tempfile
|
7 |
-
import gradio as gr
|
8 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
9 |
|
10 |
def extract_sentences_from_excel(file):
|
|
|
4 |
import random
|
5 |
import csv
|
6 |
import tempfile
|
7 |
+
import gradio as gr
|
8 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
9 |
|
10 |
def extract_sentences_from_excel(file):
|