Spaces:
Running
Running
longshiine
commited on
Commit
·
f9652c8
1
Parent(s):
c0a6e84
feat: 테마 변경
Browse filesSigned-off-by: longshiine <dkel03@korea.ac.kr>
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from infra import image_processing_single, image_processing_batch
|
3 |
|
4 |
-
with gr.Blocks(theme='
|
5 |
gr.HTML("""
|
6 |
<h1>Product Image Generator</h1>
|
7 |
<p>1. 배경 이미지를 업로드해주세요.<p>
|
@@ -25,6 +25,7 @@ with gr.Blocks(theme='earneleh/paris', title='Image Generator') as demo:
|
|
25 |
examples=["https://url.kr/yx85be", "https://url.kr/if4wxo"],
|
26 |
inputs=link,
|
27 |
label="예제 이미지 링크"
|
|
|
28 |
)
|
29 |
btn_single = gr.Button("Generate Images")
|
30 |
with gr.Tab("Batch Mode"):
|
|
|
1 |
import gradio as gr
|
2 |
from infra import image_processing_single, image_processing_batch
|
3 |
|
4 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped', title='Image Generator') as demo:
|
5 |
gr.HTML("""
|
6 |
<h1>Product Image Generator</h1>
|
7 |
<p>1. 배경 이미지를 업로드해주세요.<p>
|
|
|
25 |
examples=["https://url.kr/yx85be", "https://url.kr/if4wxo"],
|
26 |
inputs=link,
|
27 |
label="예제 이미지 링크"
|
28 |
+
|
29 |
)
|
30 |
btn_single = gr.Button("Generate Images")
|
31 |
with gr.Tab("Batch Mode"):
|