ovi054 commited on
Commit
168beef
·
verified ·
1 Parent(s): 4947f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
78
  with gr.Column(elem_id="col-container"):
79
  gr.Markdown("# FLUX Dev with Replicate API")
80
 
81
- replicate_api = gr.Text(label="Replicate API Key", show_label=True, max_lines=1, placeholder="Enter your Replicate API token", container=True)
82
  prompt = gr.Text(label="Prompt", show_label=True, lines = 2, max_lines=4, show_copy_button = True, placeholder="Enter your prompt", container=True)
83
  with gr.Accordion("Advanced Settings", open=False):
84
  with gr.Row():
 
78
  with gr.Column(elem_id="col-container"):
79
  gr.Markdown("# FLUX Dev with Replicate API")
80
 
81
+ replicate_api = gr.Text(label="Replicate API Key", type='password', show_label=True, max_lines=1, placeholder="Enter your Replicate API token", container=True)
82
  prompt = gr.Text(label="Prompt", show_label=True, lines = 2, max_lines=4, show_copy_button = True, placeholder="Enter your prompt", container=True)
83
  with gr.Accordion("Advanced Settings", open=False):
84
  with gr.Row():