Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -800,7 +800,7 @@ def generate_script(topic):
|
|
800 |
return "์คํฌ๋ฆฝํธ ์์ฑ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค."
|
801 |
|
802 |
# Gradio Interface Definition
|
803 |
-
with gr.Blocks(theme=
|
804 |
with gr.Tabs():
|
805 |
# Text to Video Tab
|
806 |
with gr.TabItem("ํ
์คํธ๋ก ๋น๋์ค ๋ง๋ค๊ธฐ"):
|
|
|
800 |
return "์คํฌ๋ฆฝํธ ์์ฑ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค."
|
801 |
|
802 |
# Gradio Interface Definition
|
803 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange") as iface:
|
804 |
with gr.Tabs():
|
805 |
# Text to Video Tab
|
806 |
with gr.TabItem("ํ
์คํธ๋ก ๋น๋์ค ๋ง๋ค๊ธฐ"):
|