Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|