abdullah123456 commited on
Commit
92aa645
·
verified ·
1 Parent(s): 5411cf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[