Kaixuanliu commited on
Commit
f552bec
1 Parent(s): d7d4715

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
68
  seed = gr.Textbox(label="seed", value=666)
69
  with gr.Row():
70
  steps = gr.Textbox(label="num_steps", value=100)
71
- with gr.row():
72
  start_button = gr.Button("AdvUnlearn",size='lg')
73
  with gr.Column(min_width=512):
74
  result_img = gr.Image(label="Image Gnerated by AdvUnlearn",width=512,show_share_button=False,show_download_button=False)
 
68
  seed = gr.Textbox(label="seed", value=666)
69
  with gr.Row():
70
  steps = gr.Textbox(label="num_steps", value=100)
71
+ with gr.Row():
72
  start_button = gr.Button("AdvUnlearn",size='lg')
73
  with gr.Column(min_width=512):
74
  result_img = gr.Image(label="Image Gnerated by AdvUnlearn",width=512,show_share_button=False,show_download_button=False)