Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ gr.Interface(
|
|
26 |
gr.inputs.Textbox(lines=1, label="Template", default="The topic of this text is {}.", placeholder="The topic of this text is {}.")
|
27 |
],
|
28 |
outputs=[
|
29 |
-
gr.outputs.
|
30 |
],
|
31 |
enable_queue=True,
|
32 |
allow_screenshot=False,
|
|
|
26 |
gr.inputs.Textbox(lines=1, label="Template", default="The topic of this text is {}.", placeholder="The topic of this text is {}.")
|
27 |
],
|
28 |
outputs=[
|
29 |
+
gr.outputs.Label(label="Predicted label")
|
30 |
],
|
31 |
enable_queue=True,
|
32 |
allow_screenshot=False,
|