Spaces:
Runtime error
Runtime error
akshaytrikha
commited on
Commit
•
1996290
1
Parent(s):
a895a4f
Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ examples = [
|
|
28 |
|
29 |
demo = gr.Interface(
|
30 |
fn=generate,
|
31 |
-
inputs=gr.inputs.Textbox(lines=5, label="
|
32 |
-
outputs=gr.outputs.Textbox(label="Generated
|
33 |
examples=examples
|
34 |
)
|
35 |
|
|
|
28 |
|
29 |
demo = gr.Interface(
|
30 |
fn=generate,
|
31 |
+
inputs=gr.inputs.Textbox(lines=5, label="Prompt"),
|
32 |
+
outputs=gr.outputs.Textbox(label="Generated Trump Tweet"),
|
33 |
examples=examples
|
34 |
)
|
35 |
|