Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def generateimage2(query):
|
|
16 |
return os.path.join(os.path.dirname(__file__), query.replace(' ', '-') + '-chatgpt.png')
|
17 |
|
18 |
with gr.Blocks() as demo:
|
19 |
-
gr.Markdown("Ask **ChatGPT** to generate detailed descriptbions.")
|
20 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
21 |
gr.Markdown("Then ask **Stable Diffusion** to generate images based on ChatGPT prompts.")
|
22 |
with gr.Row():
|
|
|
16 |
return os.path.join(os.path.dirname(__file__), query.replace(' ', '-') + '-chatgpt.png')
|
17 |
|
18 |
with gr.Blocks() as demo:
|
19 |
+
gr.Markdown("Ask **ChatGPT** to generate detailed descriptbions. [ChatGPT](https://chat.openai.com)")
|
20 |
gr.Markdown("Example: Act as a professional character designer. Please generate prompts include detail appearance descriptions that related to the personality. Here's your first question: 'a gentle man':")
|
21 |
gr.Markdown("Then ask **Stable Diffusion** to generate images based on ChatGPT prompts.")
|
22 |
with gr.Row():
|