Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
import gradio
|
2 |
|
3 |
txt1 = '''
|
4 |
-
# π Welcome Chadi
|
5 |
|
6 |
---
|
7 |
|
8 |
-
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.
|
9 |
|
10 |
-
|
|
|
|
|
11 |
|
12 |
## Notes:
|
13 |
---
|
14 |
|
15 |
-
-
|
16 |
|
17 |
- If you want a specific graph or image, you might have to fine-tune or fancy prompt engineering to attain a similar output image every time.
|
18 |
|
@@ -24,7 +25,7 @@ Type in your text and click "Submit."
|
|
24 |
|
25 |
However, jumping into tech solutions is not the right approach for AI Solution Architects. We should unlearn our bad habits and learn to follow the DD process.
|
26 |
|
27 |
-
**
|
28 |
'''
|
29 |
|
30 |
intf = gradio.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=txt1)
|
|
|
1 |
import gradio
|
2 |
|
3 |
txt1 = '''
|
4 |
+
# π Welcome Chadi
|
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 in your text for the graph image and click "Submit."
|
12 |
|
13 |
## Notes:
|
14 |
---
|
15 |
|
16 |
+
- Hundreds of fine-tuned Stable Diffusion LLMs specialize in creating specialized images, such as Anime Art, people, fantasy art, and airplanes.
|
17 |
|
18 |
- If you want a specific graph or image, you might have to fine-tune or fancy prompt engineering to attain a similar output image every time.
|
19 |
|
|
|
25 |
|
26 |
However, jumping into tech solutions is not the right approach for AI Solution Architects. We should unlearn our bad habits and learn to follow the DD process.
|
27 |
|
28 |
+
**Last note:** It took twice as long to write the answer as to the code. :-)
|
29 |
'''
|
30 |
|
31 |
intf = gradio.load("models/stabilityai/stable-diffusion-xl-base-1.0", title=txt1)
|