CK42 commited on
Commit
f04ccc3
1 Parent(s): 03b5ddd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub.repocard import metadata_load
10
 
11
  app = gr.Blocks()
12
 
13
- model_id_1 = "juliensimon/distilbert-amazon-shoe-reviews"
14
  model_id_2 = "juliensimon/distilbert-amazon-shoe-reviews"
15
 
16
  def load_agent(model_id):
@@ -68,7 +68,7 @@ with app:
68
 
69
  gr.Markdown(
70
  """
71
- Model 1 = juliensimon/distilbert-amazon-shoe-reviews
72
  """)
73
 
74
  with gr.Row():
 
10
 
11
  app = gr.Blocks()
12
 
13
+ model_id_1 = "nlptown/bert-base-multilingual-uncased-sentiment"
14
  model_id_2 = "juliensimon/distilbert-amazon-shoe-reviews"
15
 
16
  def load_agent(model_id):
 
68
 
69
  gr.Markdown(
70
  """
71
+ Model 1 = nlptown/bert-base-multilingual-uncased-sentiment
72
  """)
73
 
74
  with gr.Row():