Adam-Ben-Khalifa commited on
Commit
4f173b1
·
verified ·
1 Parent(s): 1bf0303

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", line=2, placeholder="Enter your 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