Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,6 +25,7 @@ def get_image(prompt,textbox):
|
|
| 25 |
title = "Please Provide API-Key and Enter your Prompt"
|
| 26 |
description = """
|
| 27 |
<img src = "https://upload.wikimedia.org/wikipedia/commons/4/4d/OpenAI_Logo.svg" width=300px>
|
|
|
|
| 28 |
"""
|
| 29 |
|
| 30 |
gr.Interface(
|
|
|
|
| 25 |
title = "Please Provide API-Key and Enter your Prompt"
|
| 26 |
description = """
|
| 27 |
<img src = "https://upload.wikimedia.org/wikipedia/commons/4/4d/OpenAI_Logo.svg" width=300px>
|
| 28 |
+
A model that can generate images given a natural language prompt
|
| 29 |
"""
|
| 30 |
|
| 31 |
gr.Interface(
|