celinah HF Staff commited on
Commit
ef32d56
·
1 Parent(s): 1e0112e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(css=css) as demo:
232
  # When hf_login_button is clicked, it provides an OAuthToken or None to the login function.
233
  hf_login_button.click(fn=login, inputs=[hf_login_button], outputs=None)
234
 
235
- gr.Markdown("### FAL API Key (for Video Generation)")
236
  fal_key_input = gr.Textbox(
237
  label="FAL API Key",
238
  placeholder="Enter your FAL API Key here",
 
232
  # When hf_login_button is clicked, it provides an OAuthToken or None to the login function.
233
  hf_login_button.click(fn=login, inputs=[hf_login_button], outputs=None)
234
 
235
+ gr.Markdown("### FAL Login (for Image to Video)")
236
  fal_key_input = gr.Textbox(
237
  label="FAL API Key",
238
  placeholder="Enter your FAL API Key here",