ehristoforu commited on
Commit
20262ce
·
1 Parent(s): 1984f1c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -5
main.py CHANGED
@@ -61,14 +61,14 @@ theme = "Base"
61
 
62
  with gr.Blocks(theme=theme) as demo:
63
  gr.Markdown("""
64
- # Stable Diffusion Demo
65
 
66
  <h3></h3>
67
 
68
 
69
- 🚀 This space generates images by text with many settings!
70
 
71
- ⏰️ Generation on average lasts 15-25 seconds!
72
 
73
  👥️️ This demo was created by OpenskyML and 4COM!
74
 
@@ -76,8 +76,7 @@ with gr.Blocks(theme=theme) as demo:
76
 
77
  """)
78
 
79
- gr.Image("banner.png", elem_id="banner-image", show_label=False, show_download_button=False, show_share_button=False)
80
-
81
 
82
 
83
  gr.DuplicateButton(value="Duplicate space for private use")
 
61
 
62
  with gr.Blocks(theme=theme) as demo:
63
  gr.Markdown("""
64
+ # ForgeStudio Large
65
 
66
  <h3></h3>
67
 
68
 
69
+ 🚀 This space generates txt2img, img2img by text with many settings!
70
 
71
+ ⏰️ Generation on average lasts 25-45 seconds!
72
 
73
  👥️️ This demo was created by OpenskyML and 4COM!
74
 
 
76
 
77
  """)
78
 
79
+
 
80
 
81
 
82
  gr.DuplicateButton(value="Duplicate space for private use")