Kims12 commited on
Commit
c9d177d
·
verified ·
1 Parent(s): f9fa24e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- with gr.Blocks() as demo: 부분부터 코드를 다시 작성하겠습니다:
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():