aniket commited on
Commit
e049152
1 Parent(s): 60b9c6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,5 +12,6 @@ classifier = pipeline("sentiment-analysis", model=model, tokenizer=tokenizer)
12
  app = GradioApp(
13
  "text-classification",
14
  model=classifier,
 
15
  )
16
  app.run()
 
12
  app = GradioApp(
13
  "text-classification",
14
  model=classifier,
15
+ desc="🤗 HuggingFace Sentiment Analysis Example with CHITRA"
16
  )
17
  app.run()