sonisatish119 commited on
Commit
81f0a25
·
verified ·
1 Parent(s): 3d3dc6a

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
  # Load the trained intent classification model
5
- model_name = "your-hf-username/intent-classification-model" # Replace with your actual model name
6
  classifier = pipeline("text-classification", model=model_name)
7
 
8
  # Define a function to predict intent
 
2
  from transformers import pipeline
3
 
4
  # Load the trained intent classification model
5
+ model_name = "sonisatish119/PhysioMindAI-intent-classification-bert" # Replace with your actual model name
6
  classifier = pipeline("text-classification", model=model_name)
7
 
8
  # Define a function to predict intent