fantaxy commited on
Commit
b68b74e
·
verified ·
1 Parent(s): f3761f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -303,7 +303,14 @@ def create_advanced_options():
303
  num_frames_slider,
304
  ]
305
 
306
- with gr.Blocks(theme=gr.themes.Soft()) as iface:
 
 
 
 
 
 
 
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(