Update app.py
Browse files
app.py
CHANGED
@@ -439,8 +439,7 @@ def create_prompt(image, bg_type, simple, studio, nature, indoor, abstract, prod
|
|
439 |
error_msg = f"프롬프트 생성 중 오류 발생: {str(e)}"
|
440 |
return error_msg
|
441 |
|
442 |
-
|
443 |
-
python복사# UI 구성
|
444 |
with gr.Blocks() as demo:
|
445 |
with gr.Row():
|
446 |
with gr.Column():
|
|
|
439 |
error_msg = f"프롬프트 생성 중 오류 발생: {str(e)}"
|
440 |
return error_msg
|
441 |
|
442 |
+
|
|
|
443 |
with gr.Blocks() as demo:
|
444 |
with gr.Row():
|
445 |
with gr.Column():
|