DrishtiSharma's picture
Update app.py
2912269
raw
history blame
353 Bytes
import transformers
import gradio as gr
gr.Interface.load("huggingface/keras-io/bidirectional-lstm-imdb",
examples =[["We are having beautiful weather today"]],
theme = "grass",
title= "Sentiment Analysis with Keras",
description = "This model can detect sentiment").launch()