Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -303,7 +303,14 @@ def create_advanced_options():
|
|
| 303 |
num_frames_slider,
|
| 304 |
]
|
| 305 |
|
| 306 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 307 |
|
| 308 |
with gr.Column():
|
| 309 |
txt2vid_prompt = gr.Textbox(
|
|
|
|
| 303 |
num_frames_slider,
|
| 304 |
]
|
| 305 |
|
| 306 |
+
css = """
|
| 307 |
+
footer {
|
| 308 |
+
visibility: hidden;
|
| 309 |
+
}
|
| 310 |
+
"""
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as iface:
|
| 314 |
|
| 315 |
with gr.Column():
|
| 316 |
txt2vid_prompt = gr.Textbox(
|