ginipick commited on
Commit
b828d78
Β·
verified Β·
1 Parent(s): 0de860d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1418,11 +1418,11 @@ def create_custom_slides_ui():
1418
  return slides
1419
 
1420
  # Gradio μΈν„°νŽ˜μ΄μŠ€ 생성
1421
- with gr.Blocks(title="PPT 이미지 생성기", theme=gr.themes.Soft(), css="""
1422
  .preview-container { max-width: 1400px; margin: 0 auto; }
1423
  """) as demo:
1424
  gr.Markdown("""
1425
- # 🎯 AI 기반 PPT 톡합 생성기 (λ””μžμΈ ν…Œλ§ˆ 포함)
1426
 
1427
  ### ν…μŠ€νŠΈμ™€ 이미지가 μ™„λ²½ν•˜κ²Œ μ‘°ν™”λœ ν”„λ ˆμ  ν…Œμ΄μ…˜μ„ μžλ™μœΌλ‘œ μƒμ„±ν•˜κ³  λ‹€μš΄λ‘œλ“œν•˜μ„Έμš”!
1428
 
 
1418
  return slides
1419
 
1420
  # Gradio μΈν„°νŽ˜μ΄μŠ€ 생성
1421
+ with gr.Blocks(title="🎯 Open GAMMA - AI PPT Generator 'GamJa'", theme=gr.themes.Soft(), css="""
1422
  .preview-container { max-width: 1400px; margin: 0 auto; }
1423
  """) as demo:
1424
  gr.Markdown("""
1425
+ # 🎯 AI automatically creates premium presentations with storytelling, 3D visuals and diagrams. Base LLM: 'gemma-3-R1984-27B' @ Powered by VIDraft
1426
 
1427
  ### ν…μŠ€νŠΈμ™€ 이미지가 μ™„λ²½ν•˜κ²Œ μ‘°ν™”λœ ν”„λ ˆμ  ν…Œμ΄μ…˜μ„ μžλ™μœΌλ‘œ μƒμ„±ν•˜κ³  λ‹€μš΄λ‘œλ“œν•˜μ„Έμš”!
1428