Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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")
|