ramalMr commited on
Commit
fb01887
·
verified ·
1 Parent(s): 4a3788c

Update app.py

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