tarekfer8 commited on
Commit
d51b438
·
verified ·
1 Parent(s): d363607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -66,7 +66,6 @@ demo = gr.ChatInterface(
66
  step=0.05,
67
  label="Top-p (nucleus sampling)",
68
  ),
69
- gr.Textbox(value=prompt, label="Prompt"),
70
  ],
71
  )
72
 
 
66
  step=0.05,
67
  label="Top-p (nucleus sampling)",
68
  ),
 
69
  ],
70
  )
71