lunarflu HF Staff commited on
Commit
54ba08d
·
1 Parent(s): e321cce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -288,10 +288,12 @@ This will generate images based on the text prompt. You can upscale the images u
288
 
289
 
290
  with gr.Blocks() as demo:
291
- gr.Markdown(f"""
 
292
  # Discord bot of https://huggingface.co/spaces/DeepFloyd/IF
293
  {welcome_message}
294
- """)
 
295
 
296
 
297
  demo.queue(concurrency_count=100)
 
288
 
289
 
290
  with gr.Blocks() as demo:
291
+ gr.Markdown(
292
+ f"""
293
  # Discord bot of https://huggingface.co/spaces/DeepFloyd/IF
294
  {welcome_message}
295
+ """
296
+ )
297
 
298
 
299
  demo.queue(concurrency_count=100)