ghosthamlet commited on
Commit
2775823
·
1 Parent(s): 369b102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ with demo:
89
  with gr.Row():
90
  input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="Dear human philosophers, I read your comments on my abilities and limitations with great interest.")
91
 
92
- with gr.Row():
93
- generated_txt = gr.Textbox(lines=7, visible = True)
94
 
95
  with gr.Row():
96
  top_p = gr.Slider(label="top_p", minimum=0., maximum=1.0, value=0.8, step=0.1, visible = True)
 
89
  with gr.Row():
90
  input_prompt = gr.Textbox(label="Write some text to get started...", lines=3, value="Dear human philosophers, I read your comments on my abilities and limitations with great interest.")
91
 
92
+ # with gr.Row():
93
+ # generated_txt = gr.Textbox(lines=7, visible = True)
94
 
95
  with gr.Row():
96
  top_p = gr.Slider(label="top_p", minimum=0., maximum=1.0, value=0.8, step=0.1, visible = True)