Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
import gradio
|
2 |
|
3 |
txt1 = '''
|
4 |
-
|
|
|
5 |
|
6 |
---
|
7 |
|
|
|
|
|
|
|
8 |
|
9 |
- If you are looking for an LLM model that can convert text to image without genuinely understanding your project's goals and acceptance criteria in detail, I suggest using the OpenAI Stable Diffusion XL model. Many commercial sites rely on this XL model for their operations.
|
10 |
|
11 |
-
- Type
|
12 |
|
13 |
## Notes:
|
14 |
---
|
|
|
1 |
import gradio
|
2 |
|
3 |
txt1 = '''
|
4 |
+
|
5 |
+
# Welcome Chadi:
|
6 |
|
7 |
---
|
8 |
|
9 |
+
## Instruction:
|
10 |
+
|
11 |
+
- This solution exemplifies my habit of jumping to a solution before talking to you. It is a bad practice that we all must unlearn. :-)
|
12 |
|
13 |
- If you are looking for an LLM model that can convert text to image without genuinely understanding your project's goals and acceptance criteria in detail, I suggest using the OpenAI Stable Diffusion XL model. Many commercial sites rely on this XL model for their operations.
|
14 |
|
15 |
+
- Type your text and click "Submit."
|
16 |
|
17 |
## Notes:
|
18 |
---
|