Spaces:
Build error
Build error
import gradio as gr | |
def generate_video(prompt): | |
return "spring.mp4" | |
interface = gr.Interface(generate_video, gr.inputs.Textbox(placeholder="portrait of Gypsy woman, big eyes, highly detailed, masterpiece, realistic, light"), gr.outputs.Video()) | |
interface.launch() | |