Spaces:
Running
Running
dhanishetty
commited on
Commit
•
716d4e9
1
Parent(s):
6f001b5
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ gr.Interface(
|
|
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,
|
38 |
description=description,
|
39 |
).launch()
|
|
|
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,
|
38 |
description=description,
|
39 |
).launch()
|