rahbi commited on
Commit
9d01d40
·
verified ·
1 Parent(s): 38a94db

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-id")
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-v1-DID")
6
 
7
  # Define the prediction function
8
  def classify_text(text):