AP123 commited on
Commit
7663038
β€’
1 Parent(s): 03c2b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks() as app:
50
  gr.HTML("<div style='text-align: center;'><h1>Cereal Box Maker πŸ₯£</h1></div>")
51
  gr.HTML("<div style='text-align: center;'><p>This application uses StableDiffusion XL to create any cereal box you could ever imagine!</p></div>")
52
  gr.HTML("<div style='text-align: center;'><h3>Instructions:</h3><ol><li>Describe the cereal box you want to create and hit generate!</li><li>Print it out, cut the outside, fold the lines, and then tape!</li></ol></div>")
53
- gr.HTML("<div style='text-align: center;'><p>A space by AP 🐧, follow me on <a href='https://twitter.com/angrypenguinPNG'>Twitter</a>! H/T to OstrisAI <a href='https://twitter.com/ostrisai'>Twitter</a> for their Cereal Box LoRA!</p></div>")
54
 
55
  with gr.Row():
56
  textbox = gr.Textbox(label="Describe your cereal box: Ex: 'Avengers Cereal'")
@@ -66,4 +66,4 @@ with gr.Blocks() as app:
66
  )
67
 
68
  app.queue(concurrency_count=4, max_size=20, api_open=False)
69
- app.launch(debug=True)
 
50
  gr.HTML("<div style='text-align: center;'><h1>Cereal Box Maker πŸ₯£</h1></div>")
51
  gr.HTML("<div style='text-align: center;'><p>This application uses StableDiffusion XL to create any cereal box you could ever imagine!</p></div>")
52
  gr.HTML("<div style='text-align: center;'><h3>Instructions:</h3><ol><li>Describe the cereal box you want to create and hit generate!</li><li>Print it out, cut the outside, fold the lines, and then tape!</li></ol></div>")
53
+ gr.HTML("<div style='text-align: center;'><p>A space by AP 🐧, follow me on <a href='https://twitter.com/angrypenguinPNG'>Twitter</a>! H/T to <a href='https://twitter.com/ostrisai'>OstrisAI</a> for their Cereal Box LoRA!</p></div>")
54
 
55
  with gr.Row():
56
  textbox = gr.Textbox(label="Describe your cereal box: Ex: 'Avengers Cereal'")
 
66
  )
67
 
68
  app.queue(concurrency_count=4, max_size=20, api_open=False)
69
+ app.launch()