NeoPy commited on
Commit
9155d09
·
verified ·
1 Parent(s): 5a040db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ with gr.Blocks() as demo:
16
  gr.Markdown("# Text-to-Image Generator using HF Inference API")
17
 
18
  with gr.Row():
19
- api_key = gr.Textbox(label="Hugging Face API Key", type="password")
20
  prompt = gr.Textbox(label="Enter Prompt")
21
 
22
  btn = gr.Button("Generate Image")
 
16
  gr.Markdown("# Text-to-Image Generator using HF Inference API")
17
 
18
  with gr.Row():
19
+ api_key = gr.Textbox(label="Hugging Face API Key")
20
  prompt = gr.Textbox(label="Enter Prompt")
21
 
22
  btn = gr.Button("Generate Image")