Meylai commited on
Commit
e47d61e
·
verified ·
1 Parent(s): 38de84d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  import gradio as gr
4
 
5
  # Your model repo
6
- model_id = "Meylai/ai-model-tryout"
7
 
8
  # Load pipeline (auto-detects type based on model)
9
  classifier = pipeline("text-classification", model=model_id)
 
3
  import gradio as gr
4
 
5
  # Your model repo
6
+ model_id = "Meylai/ai-model-try-out"
7
 
8
  # Load pipeline (auto-detects type based on model)
9
  classifier = pipeline("text-classification", model=model_id)