brendenc commited on
Commit
3b553f7
1 Parent(s): 20180c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with demo:
137
  with gr.Row():
138
  with gr.Column():
139
  with gr.Row():
140
- radio = gr.Radio(choices=['Reconstruction','Latent Representation'])
141
  with gr.Row():
142
  button = gr.Button('Run')
143
  with gr.Column():
137
  with gr.Row():
138
  with gr.Column():
139
  with gr.Row():
140
+ radio = gr.Radio(choices=['Reconstruction','Discrete Latent Representation'])
141
  with gr.Row():
142
  button = gr.Button('Run')
143
  with gr.Column():