Danil commited on
Commit
668695d
Β·
1 Parent(s): 98fde76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -25,9 +25,6 @@ demo = gr.Interface(
25
  gr.inputs.Slider(0,1.0,0.1,0.9,'top_p',True)
26
  ],
27
  outputs="text",
28
- theme='dark-huggingface',
29
- title='Solo-Coder',
30
- description='Build by Ansh and ❀️',
31
  allow_flagging=False,
32
 
33
  )
 
25
  gr.inputs.Slider(0,1.0,0.1,0.9,'top_p',True)
26
  ],
27
  outputs="text",
 
 
 
28
  allow_flagging=False,
29
 
30
  )