Frenchizer commited on
Commit
2cecc10
·
verified ·
1 Parent(s): 96a8ebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ context_session = ort.InferenceSession(context_model_file)
10
  context_tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large-mnli")
11
 
12
  # Initialize the Gradio client for the translation model
13
- translation_client = Client("Frenchizer/Frenchizer-Translation-Model") # Replace with your Space name
14
 
15
  labels = [
16
  "aerospace", "anatomy", "anthropology", "art",
 
10
  context_tokenizer = AutoTokenizer.from_pretrained("facebook/bart-large-mnli")
11
 
12
  # Initialize the Gradio client for the translation model
13
+ translation_client = Client("Frenchizer/space_3") # Replace with your Space name
14
 
15
  labels = [
16
  "aerospace", "anatomy", "anthropology", "art",