Spaces:
Running
Running
dhanishetty
commited on
Commit
•
a82b385
1
Parent(s):
bfc743e
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,8 @@ 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 |
|
31 |
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 |
+
|
29 |
+
# A model that can generate images given a natural language prompt
|
30 |
"""
|
31 |
|
32 |
gr.Interface(
|