aiqtech commited on
Commit
2b1f4b7
·
verified ·
1 Parent(s): 4e56413

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -109,9 +109,8 @@ footer {
109
  }
110
  """
111
 
112
- with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> FLUX LoRA Military K9</div>')
114
- gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
115
 
116
  with gr.Tabs() as tabs:
117
  with gr.Tab("Generation"):
 
109
  }
110
  """
111
 
112
+ with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> FLUX LoRA Military K9</div>')
 
114
 
115
  with gr.Tabs() as tabs:
116
  with gr.Tab("Generation"):