weijiang2024 commited on
Commit
53cfe9d
·
verified ·
1 Parent(s): 426fe86

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -22,6 +22,7 @@ sdk_version: 4.29.0
22
 
23
  ## 技术路线
24
  * USE python gradio as the interface for the AI application
 
25
 
26
  ## How to Deploy
27
  * gradio deploy
 
22
 
23
  ## 技术路线
24
  * USE python gradio as the interface for the AI application
25
+ * USE hybrid model from Suanfamama & Stability AI
26
 
27
  ## How to Deploy
28
  * gradio deploy
app.py CHANGED
@@ -93,7 +93,7 @@ interface = gr.Interface(
93
  gr.Dropdown(label="模型选择", choices=["sd3-large", "sd3-large-turbo", "sd3-medium"], value="sd3-medium") # Add model dropdown
94
  ],
95
  outputs="image",
96
- title="Stable Diffusion 3 Image Generator",
97
  description="Generate images with Stable Diffusion 3. Type a prompt and see the magic!"
98
  )
99
 
 
93
  gr.Dropdown(label="模型选择", choices=["sd3-large", "sd3-large-turbo", "sd3-medium"], value="sd3-medium") # Add model dropdown
94
  ],
95
  outputs="image",
96
+ title="妈妈折扣券生成器(基于认知计算广告理论)",
97
  description="Generate images with Stable Diffusion 3. Type a prompt and see the magic!"
98
  )
99