Tonic commited on
Commit
2781e02
·
1 Parent(s): 558dcbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,5 +87,5 @@ iface = gr.Interface(
87
  gr.Slider(label="Repetition penalty", value=1.9, minimum=1.0, maximum=2.0, step=0.05)
88
  ],
89
  outputs="text",
90
- theme="ParityError/Anime"
91
  )
 
87
  gr.Slider(label="Repetition penalty", value=1.9, minimum=1.0, maximum=2.0, step=0.05)
88
  ],
89
  outputs="text",
90
+ # theme="ParityError/Anime"
91
  )