openfree commited on
Commit
6f3df96
·
verified ·
1 Parent(s): c42f5fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -657,7 +657,6 @@ E. Effected objects use a special set of tense/aspect markers""",
657
  ],
658
  ]
659
 
660
-
661
  ##############################################################################
662
  # Gradio UI (Blocks) 구성 (좌측 사이드 메뉴 없이 전체화면 채팅)
663
  ##############################################################################
@@ -732,6 +731,7 @@ title_html = """
732
  </p>
733
  """
734
 
 
735
  with gr.Blocks(css=css, title="Gemma3-uncensored-R27B") as demo:
736
  gr.Markdown(title_html)
737
 
 
657
  ],
658
  ]
659
 
 
660
  ##############################################################################
661
  # Gradio UI (Blocks) 구성 (좌측 사이드 메뉴 없이 전체화면 채팅)
662
  ##############################################################################
 
731
  </p>
732
  """
733
 
734
+
735
  with gr.Blocks(css=css, title="Gemma3-uncensored-R27B") as demo:
736
  gr.Markdown(title_html)
737