asigalov61 commited on
Commit
e07980b
·
verified ·
1 Parent(s): 7dbd724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -407,7 +407,7 @@ if __name__ == "__main__":
407
 
408
  gr.Markdown("## Select generation type")
409
 
410
- input_gen_type = gr.Radio(["Controlled", "Freestyle"], label="Generation type"),
411
 
412
  gr.Markdown("## Controlled generation options")
413
 
 
407
 
408
  gr.Markdown("## Select generation type")
409
 
410
+ input_gen_type = gr.Radio(["Controlled", "Freestyle"], label="Generation type")
411
 
412
  gr.Markdown("## Controlled generation options")
413