openfree commited on
Commit
ba73797
ยท
verified ยท
1 Parent(s): ce30255

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -800,7 +800,7 @@ def generate_script(topic):
800
  return "์Šคํฌ๋ฆฝํŠธ ์ƒ์„ฑ ์ค‘ ์˜ค๋ฅ˜๊ฐ€ ๋ฐœ์ƒํ–ˆ์Šต๋‹ˆ๋‹ค."
801
 
802
  # Gradio Interface Definition
803
- with gr.Blocks(theme=gr.themes.Soft()) as iface:
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("ํ…์ŠคํŠธ๋กœ ๋น„๋””์˜ค ๋งŒ๋“ค๊ธฐ"):