Shad0ws commited on
Commit
2534717
·
1 Parent(s): 0a7d2b1

Update app.py

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