fantaxy commited on
Commit
071b444
·
verified ·
1 Parent(s): f392fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -109,10 +109,9 @@ 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 RollsRoyce</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"):
118
  with gr.Column(elem_id="col-container"):
 
109
  }
110
  """
111
 
112
+ with gr.Blocks(theme="soft", css=css, analytics_enabled=False) as demo:
113
  gr.HTML('<div class="title"> Flux lora RollsRoyce</div>')
114
+ gr.HTML('<div class="title">😄Community: <a href="https://discord.gg/openfreeai" target="_blank">https://discord.gg/openfreeai</a></div>')
 
115
  with gr.Tabs() as tabs:
116
  with gr.Tab("Generation"):
117
  with gr.Column(elem_id="col-container"):