adorkin commited on
Commit
46623a1
1 Parent(s): 174c08f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -34,10 +34,10 @@ def get_top_emojis(text, top_n=TOP_N):
34
 
35
  gradio_ui = gr.Interface(
36
  fn=get_top_emojis,
37
- title="Predicting review scores from customer reviews",
38
- description="Enter some review text about an Amazon product and check what the model predicts for it's star rating.",
39
  inputs=[
40
- gr.inputs.Textbox(lines=5, label="Paste some text here"),
41
  ],
42
  outputs=[
43
  gr.outputs.Textbox(label=f"Label")
 
34
 
35
  gradio_ui = gr.Interface(
36
  fn=get_top_emojis,
37
+ title="Predicting emojis for tweets",
38
+ description="Enter a tweet to predict emojis",
39
  inputs=[
40
+ gr.inputs.Textbox(lines=5, label="Paste a tweet here"),
41
  ],
42
  outputs=[
43
  gr.outputs.Textbox(label=f"Label")