Spaces:
Sleeping
Sleeping
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()
|