Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ async def image_to_video(api_key, prompt, image_url, loop, aspect_ratio, progres
|
|
118 |
except Exception as e:
|
119 |
return None, f"An error occurred: {str(e)}"
|
120 |
|
121 |
-
with gr.Blocks() as demo:
|
122 |
gr.Markdown("# Luma AI Text-to-Video Demo")
|
123 |
|
124 |
api_key = gr.Textbox(label="Luma AI API Key", type="password")
|
|
|
118 |
except Exception as e:
|
119 |
return None, f"An error occurred: {str(e)}"
|
120 |
|
121 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
122 |
gr.Markdown("# Luma AI Text-to-Video Demo")
|
123 |
|
124 |
api_key = gr.Textbox(label="Luma AI API Key", type="password")
|