weijiang2024
commited on
Upload folder using huggingface_hub
Browse files
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="
|
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 |
|