Spaces:
Runtime error
Runtime error
sliders added
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def generate_video(prompt,negative_prompt, guidance_scale, num_inference_steps,
|
|
71 |
|
72 |
|
73 |
iface = gr.Interface(
|
74 |
-
theme=gr.themes.Soft(primary_hue="
|
75 |
fn=generate_video,
|
76 |
inputs=[
|
77 |
gr.Textbox(label="Prompt"),
|
|
|
71 |
|
72 |
|
73 |
iface = gr.Interface(
|
74 |
+
theme=gr.themes.Soft(primary_hue="cyan", secondary_hue="teal"),
|
75 |
fn=generate_video,
|
76 |
inputs=[
|
77 |
gr.Textbox(label="Prompt"),
|