sentiment-app / README.md
N4F1U's picture
πŸ”§ Add README configuration for Space
68053fa verified

A newer version of the Gradio SDK is available: 6.9.0

Upgrade
metadata
title: Sentiment Analysis App
emoji: 🎬
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 3.49.0
app_file: app.py
pinned: true

🎬 Sentiment Analysis with DistilBERT

This app classifies movie reviews as Positive or Negative using a fine-tuned DistilBERT model.

Type a review and click submit. The app will display probabilities for Positive and Negative sentiment.