Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,7 @@ demo = gr.Interface(
|
|
28 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
29 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
30 |
title=title,
|
31 |
-
|
32 |
-
examples=examples,
|
33 |
)
|
34 |
|
35 |
# launching
|
|
|
28 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
29 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
30 |
title=title,
|
31 |
+
examples=examples
|
|
|
32 |
)
|
33 |
|
34 |
# launching
|