Update app.py
Browse files
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(
|
|
|
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)
|