goalgamal commited on
Commit
074ee41
·
verified ·
1 Parent(s): 370e49c

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import re
5
 
6
  # --- 1. CONFIGURATION ---
7
  # Replace this with your actual model path on Hugging Face
8
- MODEL_NAME = "YOUR_USERNAME/AraBERT-Arabic-Sentiment"
9
 
10
  # Map your labels matching your training (0: Negative, 1: Neutral, 2: Positive)
11
  LABELS = {
 
5
 
6
  # --- 1. CONFIGURATION ---
7
  # Replace this with your actual model path on Hugging Face
8
+ MODEL_NAME = "goalgamal/AraBERT-Arabic-Sentiment"
9
 
10
  # Map your labels matching your training (0: Negative, 1: Neutral, 2: Positive)
11
  LABELS = {