akhaliq HF staff commited on
Commit
6f26c5b
1 Parent(s): 7a5cd68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ def inference(text):
14
 
15
 
16
 
17
- title = "chinese stable diffusion"
18
 
19
  gr.Interface(inference, "text","image", title=title).launch()
14
 
15
 
16
 
17
+ title = "Text to Image Generative Diffusion Model - Chinese and English - General Domain - tiny"
18
 
19
  gr.Interface(inference, "text","image", title=title).launch()