Tonic commited on
Commit
ae40f4f
1 Parent(s): 03f5462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def gradio_app():
68
  top_k = gr.Slider(minimum=0, maximum=100, step=1, value=50, label="Top K")
69
  with gr.Row():
70
  generate_btn = gr.Button("Generate")
71
- output = gr.Code(label="Generated Text", lines=10, placeholder="🐇🥷🏻Neo:")
72
 
73
  generate_btn.click(
74
  fn=generate_text,
 
68
  top_k = gr.Slider(minimum=0, maximum=100, step=1, value=50, label="Top K")
69
  with gr.Row():
70
  generate_btn = gr.Button("Generate")
71
+ output = gr.Code(label="🐇🥷🏻Neo:", lines=10)
72
 
73
  generate_btn.click(
74
  fn=generate_text,