Nymbo commited on
Commit
739f1b1
·
verified ·
1 Parent(s): a6b51c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")