SandeepSharma2011 commited on
Commit
ae48a1b
·
verified ·
1 Parent(s): 37aec60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
- MODEL_ID = "SandeepSharma2011/finetuningllm" # your fine-tuned model repo
5
  clf = pipeline("text-classification", model=MODEL_ID)
6
 
7
  def predict(text):
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ MODEL_ID = "SandeepSharma2011/autotrain-wdsnj-oe062" # your fine-tuned model repo
5
  clf = pipeline("text-classification", model=MODEL_ID)
6
 
7
  def predict(text):