Update app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ def generate_multiple_images(image1, image2, image3, prompt, progress=gr.Progres
|
|
288 |
|
289 |
# Gradio 인터페이스
|
290 |
with gr.Blocks() as demo:
|
291 |
-
|
292 |
"""
|
293 |
<div style="text-align: center; margin-bottom: 1rem;">
|
294 |
<h1>4장 이미지 생성기 (예제 포함)</h1>
|
|
|
288 |
|
289 |
# Gradio 인터페이스
|
290 |
with gr.Blocks() as demo:
|
291 |
+
gr.HTML(
|
292 |
"""
|
293 |
<div style="text-align: center; margin-bottom: 1rem;">
|
294 |
<h1>4장 이미지 생성기 (예제 포함)</h1>
|