geeek commited on
Commit
b98dd07
·
verified ·
1 Parent(s): 248f131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ css = """
142
 
143
  token = os.environ["TOKEN"]
144
  model=os.environ["MODEL"]
145
- with gr.Blocks(fill_height=false,fill_width=False,css=css,js="""
146
  () => {
147
  document.title ='AskCyph™ Video Generation - Cypher Tech Inc.';
148
  const link = document.querySelector("link[rel~='icon']") || document.createElement('link');
 
142
 
143
  token = os.environ["TOKEN"]
144
  model=os.environ["MODEL"]
145
+ with gr.Blocks(fill_height=False,fill_width=False,css=css,js="""
146
  () => {
147
  document.title ='AskCyph™ Video Generation - Cypher Tech Inc.';
148
  const link = document.querySelector("link[rel~='icon']") || document.createElement('link');