Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
92 |
#)
|
93 |
|
94 |
demo = gr.Interface(fn=advancedPromptPipeline,
|
95 |
-
inputs=[gr.Textbox(label="Input Prompt",
|
96 |
outputs=[gr.Textbox(label="Advanced Prompt", lines=3)])
|
97 |
|
98 |
|
|
|
92 |
#)
|
93 |
|
94 |
demo = gr.Interface(fn=advancedPromptPipeline,
|
95 |
+
inputs=[gr.Textbox(label="Input Prompt", lines=2, placeholder="Enter your prompt")],
|
96 |
outputs=[gr.Textbox(label="Advanced Prompt", lines=3)])
|
97 |
|
98 |
|