Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
| 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")
|