title
Browse files
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
|
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",
|