Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|