Georg4000 commited on
Commit
9c9b80a
·
verified ·
1 Parent(s): 36a5a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  import gradio as gr
3
 
4
  # Load model
5
- classifier = pipeline("text-classification", model="your-username/octagon")
6
 
7
  def predict(text):
8
  return classifier(text)
 
2
  import gradio as gr
3
 
4
  # Load model
5
+ classifier = pipeline("text-classification", model="Georg4000/Octa")
6
 
7
  def predict(text):
8
  return classifier(text)