Spaces:
Runtime error
Runtime error
sliders added
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def generate_video(prompt,negative_prompt, guidance_scale, num_inference_steps,
|
|
64 |
|
65 |
|
66 |
iface = gr.Interface(
|
67 |
-
theme=gr.themes.Soft(primary_hue="
|
68 |
fn=generate_video,
|
69 |
inputs=[
|
70 |
gr.Textbox(label="Enter your prompt"),
|
|
|
64 |
|
65 |
|
66 |
iface = gr.Interface(
|
67 |
+
theme=gr.themes.Soft(primary_hue="emerald", secondary_hue="teal"),
|
68 |
fn=generate_video,
|
69 |
inputs=[
|
70 |
gr.Textbox(label="Enter your prompt"),
|