Spaces:
Runtime error
Runtime error
Danil
commited on
Commit
Β·
668695d
1
Parent(s):
98fde76
Update app.py
Browse files
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 |
)
|