Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
|
|
43 |
fn=predict_sentiment,
|
44 |
inputs=gr.Textbox(lines=4, placeholder="Enter an Urdu tweet here...", label="Urdu Tweet"),
|
45 |
outputs=gr.Textbox(label="Predicted Sentiment"),
|
46 |
-
title="Urdu Tweet Sentiment Analysis",
|
47 |
description="This app uses a fine-tuned transformer model to predict the sentiment of Urdu tweets. "
|
48 |
"Enter your tweet in the textbox below and click 'Submit' to see the prediction.",
|
49 |
examples=[
|
|
|
43 |
fn=predict_sentiment,
|
44 |
inputs=gr.Textbox(lines=4, placeholder="Enter an Urdu tweet here...", label="Urdu Tweet"),
|
45 |
outputs=gr.Textbox(label="Predicted Sentiment"),
|
46 |
+
title="Urdu Tweet Sentiment Analysis - 1",
|
47 |
description="This app uses a fine-tuned transformer model to predict the sentiment of Urdu tweets. "
|
48 |
"Enter your tweet in the textbox below and click 'Submit' to see the prediction.",
|
49 |
examples=[
|