rahbi commited on
Commit
0bd1b52
·
verified ·
1 Parent(s): b16e1f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Initialize the classifier pipeline
5
- classifier = pipeline("text-classification", model="rahbi/alclam-base-v1-dialect")
6
 
7
  # Define the prediction function
8
  def classify_text(text):
 
2
  from transformers import pipeline
3
 
4
  # Initialize the classifier pipeline
5
+ classifier = pipeline("text-classification", model="rahbi/alclam-base-v2-DID")
6
 
7
  # Define the prediction function
8
  def classify_text(text):