akhaliq HF staff commited on
Commit
fe37c2f
1 Parent(s): 5c7e9d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ def generate_image(api_key, prompt, image_size='landscape_4_3', num_images=1):
35
 
36
  with gr.Blocks() as demo:
37
  gr.Markdown("# FLUX1.1 [pro] Text-to-Image Generator")
 
 
38
  with gr.Row():
39
  api_key = gr.Textbox(label="API Key", type="password", placeholder="Enter your API key here")
40
  with gr.Row():
 
35
 
36
  with gr.Blocks() as demo:
37
  gr.Markdown("# FLUX1.1 [pro] Text-to-Image Generator")
38
+ gr.Markdown("get your api key at https://fal.ai/dashboard/keys")
39
+
40
  with gr.Row():
41
  api_key = gr.Textbox(label="API Key", type="password", placeholder="Enter your API key here")
42
  with gr.Row():