DmitrMakeev commited on
Commit
356a74a
1 Parent(s): 50ab07e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -17
app.py CHANGED
@@ -35,28 +35,16 @@ def send_it1(inputs, model_choice):
35
  output1=proc1(inputs)
36
  return(output1)
37
  css=""""""
 
 
 
38
 
39
  article = r"""
40
  <br><br><br><br><br><br><br><br><br><br><br><br>
41
  """
42
  with gr.Blocks(css=css) as myface:
43
- gr.HTML("""<!DOCTYPE html>
44
- <html lang="en">
45
- <head>
46
- <meta charset="utf-8" />
47
- <meta name="twitter:card" content="player"/>
48
- <meta name="twitter:site" content=""/>
49
- <meta name="twitter:player" content="https://omnibus-maximum-multiplier-places.hf.space"/>
50
- <meta name="twitter:player:stream" content="https://omnibus-maximum-multiplier-places.hf.space"/>
51
- <meta name="twitter:player:width" content="100%"/>
52
- <meta name="twitter:player:height" content="600"/>
53
- <meta property="og:title" content="Embedded Live Viewer"/>
54
- <meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
55
- <meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
56
- <!--<meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/corbt/tweet-genie">-->
57
- </head>
58
- </html>
59
- """)
60
  with gr.Row():
61
  with gr.Tab("Title"):
62
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
 
35
  output1=proc1(inputs)
36
  return(output1)
37
  css=""""""
38
+ title = r"""
39
+ <h1 style='text-align: center'>Multi model + Magic prompt </h1>
40
+ """
41
 
42
  article = r"""
43
  <br><br><br><br><br><br><br><br><br><br><br><br>
44
  """
45
  with gr.Blocks(css=css) as myface:
46
+ # Добавление title
47
+ gr.HTML(title)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  with gr.Row():
49
  with gr.Tab("Title"):
50
  gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">