Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,23 +33,7 @@ def send_it1(inputs, model_choice):
|
|
| 33 |
css=""""""
|
| 34 |
|
| 35 |
with gr.Blocks(css=css) as myface:
|
| 36 |
-
gr.HTML(
|
| 37 |
-
<html lang="en">
|
| 38 |
-
<head>
|
| 39 |
-
<meta charset="utf-8" />
|
| 40 |
-
<meta name="twitter:card" content="player"/>
|
| 41 |
-
<meta name="twitter:site" content=""/>
|
| 42 |
-
<meta name="twitter:player" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
| 43 |
-
<meta name="twitter:player:stream" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
| 44 |
-
<meta name="twitter:player:width" content="100%"/>
|
| 45 |
-
<meta name="twitter:player:height" content="600"/>
|
| 46 |
-
<meta property="og:title" content="Embedded Live Viewer"/>
|
| 47 |
-
<meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
|
| 48 |
-
<meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
|
| 49 |
-
<!--<meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/corbt/tweet-genie">-->
|
| 50 |
-
</head>
|
| 51 |
-
</html>
|
| 52 |
-
""")
|
| 53 |
with gr.Row():
|
| 54 |
with gr.Tab("Title"):
|
| 55 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
|
|
|
| 33 |
css=""""""
|
| 34 |
|
| 35 |
with gr.Blocks(css=css) as myface:
|
| 36 |
+
gr.HTML()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
with gr.Row():
|
| 38 |
with gr.Tab("Title"):
|
| 39 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|