Spaces:
Running
Running
dhanishetty
commited on
Commit
•
e993e59
1
Parent(s):
716d4e9
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ gr.Interface(
|
|
31 |
get_image,
|
32 |
[
|
33 |
gr.Textbox(label="Enter your Prompt",),
|
34 |
-
gr.Textbox(label="Enter your API-Key", placeholder="API-Key", lines=1)
|
35 |
],
|
36 |
outputs= gr.Image(type='pil'),
|
37 |
title=title,
|
|
|
31 |
get_image,
|
32 |
[
|
33 |
gr.Textbox(label="Enter your Prompt",),
|
34 |
+
gr.Textbox(type = 'password',label="Enter your API-Key", placeholder="API-Key", lines=1)
|
35 |
],
|
36 |
outputs= gr.Image(type='pil'),
|
37 |
title=title,
|