duchaba commited on
Commit
4a92049
·
verified ·
1 Parent(s): c0d0ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,14 +1,18 @@
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
  ---
 
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
  ---