Staticaliza commited on
Commit
46010b5
·
verified ·
1 Parent(s): 9fb1798

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -100,7 +100,9 @@ def generate(image, video, audio, instruction=DEFAULT_INPUT, sampling=False, tem
100
  def cloud():
101
  print("[CLOUD] | Space maintained.")
102
 
103
- with gr.Column():
 
 
104
  input = gr.Image(label="Image")
105
  input_2 = gr.Video(label="Video")
106
  input_3 = gr.Audio(label="Audio")
 
100
  def cloud():
101
  print("[CLOUD] | Space maintained.")
102
 
103
+ # Initialize
104
+ with gr.Blocks(css=css) as main:
105
+ with gr.Column():
106
  input = gr.Image(label="Image")
107
  input_2 = gr.Video(label="Video")
108
  input_3 = gr.Audio(label="Audio")