Shad0ws commited on
Commit
5077ad9
·
1 Parent(s): 246906c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def calculatePerplexities(text):
60
 
61
  demo = gr.Interface(
62
  fn=calculatePerplexities,
63
- inputs=gr.Textbox(placeholder="Copy and paste here..."),
64
  outputs=gr.outputs.JSON(),
65
  interpretation="default",
66
  )
 
60
 
61
  demo = gr.Interface(
62
  fn=calculatePerplexities,
63
+ inputs=gr.Textbox(placeholder="Copy and paste here...", label="Content Box"),
64
  outputs=gr.outputs.JSON(),
65
  interpretation="default",
66
  )