Spaces:
Xenobd
/
v
Sleeping

Xenobd commited on
Commit
9307160
Β·
verified Β·
1 Parent(s): 45d4b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -752,26 +752,26 @@ with gr.Blocks(css=css) as interface:
752
  info = gr.Markdown(value="...")
753
 
754
  with gr.Row():
755
- swap_button = gr.Button("πŸ’– Swap", variant="primary",interactive=False)
756
- cancel_button = gr.Button("πŸ’” Cancel",interactive=False)
757
 
758
- preview_image = gr.Image(label="Output", interactive=False)
759
  preview_video = gr.Video(
760
- label="Output", interactive=False, visible=False
761
  )
762
 
763
  with gr.Row():
764
  output_directory_button = gr.Button(
765
- "πŸ’š", interactive=False, visible=False
766
  )
767
  output_video_button = gr.Button(
768
- "πŸ’˜", interactive=False, visible=False
769
  )
770
 
771
  with gr.Group():
772
  with gr.Row():
773
  gr.Markdown(
774
- "### [πŸ€— Welcome to my GitHub πŸ€—](https://github.com/victorgeel)"
775
  )
776
 
777
 
 
752
  info = gr.Markdown(value="...")
753
 
754
  with gr.Row():
755
+ swap_button = gr.Button("πŸ’– Swap", variant="primary",interactive=True)
756
+ cancel_button = gr.Button("πŸ’” Cancel",interactive=True)
757
 
758
+ preview_image = gr.Image(label="Output", interactive=True)
759
  preview_video = gr.Video(
760
+ label="Output", interactive=True, visible=False
761
  )
762
 
763
  with gr.Row():
764
  output_directory_button = gr.Button(
765
+ "πŸ’š", interactive=False, visible=True
766
  )
767
  output_video_button = gr.Button(
768
+ "πŸ’˜", interactive=False, visible=True
769
  )
770
 
771
  with gr.Group():
772
  with gr.Row():
773
  gr.Markdown(
774
+ "## HELLO"
775
  )
776
 
777