Spaces:
Running
on
Zero
Running
on
Zero
Lord-Raven
commited on
Commit
·
8e36dd1
1
Parent(s):
3b3af39
More cleanup.
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def create_sequences(data):
|
|
67 |
gradio_interface = gradio.Interface(
|
68 |
fn = classify,
|
69 |
inputs = gradio.Textbox(label="JSON Input"),
|
70 |
-
outputs = gradio.Textbox(),
|
71 |
title = "Statosphere Backend",
|
72 |
description = "This Space is a classification service for a set of chub.ai stages and not really intended for use through this UI."
|
73 |
)
|
|
|
67 |
gradio_interface = gradio.Interface(
|
68 |
fn = classify,
|
69 |
inputs = gradio.Textbox(label="JSON Input"),
|
70 |
+
outputs = gradio.Textbox(label="JSON Output"),
|
71 |
title = "Statosphere Backend",
|
72 |
description = "This Space is a classification service for a set of chub.ai stages and not really intended for use through this UI."
|
73 |
)
|