ysharma HF staff commited on
Commit
e07992c
1 Parent(s): c400d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ examples = [
41
  demo = gr.Interface(fal_recraft,
42
  inputs=[
43
  gr.Textbox(label="Prompt"),
44
- gr.Textbox(type="password", label="FAL API Key")
45
  ],
46
  outputs="image",
47
  examples=examples,
 
41
  demo = gr.Interface(fal_recraft,
42
  inputs=[
43
  gr.Textbox(label="Prompt"),
44
+ gr.Textbox(type="password", label="FAL API Key", placeholder="You need to input your FAL API KEY here in order to access recraft-v3")
45
  ],
46
  outputs="image",
47
  examples=examples,