csabakecskemeti commited on
Commit
2bd16be
1 Parent(s): ae93774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,8 +71,7 @@ demo = gr.ChatInterface(
71
  #gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
72
  ],
73
  title=title,
74
- description=desc,
75
- article=long_desc
76
  )
77
 
78
 
 
71
  #gr.Slider(minimum=0.1, maximum=1.0, value=0.95, step=0.05, label="Top-p (nucleus sampling)"),
72
  ],
73
  title=title,
74
+ description=desc
 
75
  )
76
 
77