Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,12 +50,7 @@ examples = [
|
|
| 50 |
["a photorealistic landscape of mountains at sunset", "0.6B"],
|
| 51 |
]
|
| 52 |
|
| 53 |
-
|
| 54 |
-
#col-container {
|
| 55 |
-
margin: 0 auto;
|
| 56 |
-
max-width: 520px;
|
| 57 |
-
}
|
| 58 |
-
"""
|
| 59 |
with gr.Blocks() as demo:
|
| 60 |
with gr.Column(elem_id="col-container"):
|
| 61 |
gr.Markdown(f"""# Sana Sprint""")
|
|
@@ -144,4 +139,4 @@ with gr.Blocks() as demo:
|
|
| 144 |
outputs = [result, seed]
|
| 145 |
)
|
| 146 |
|
| 147 |
-
demo.launch(
|
|
|
|
| 50 |
["a photorealistic landscape of mountains at sunset", "0.6B"],
|
| 51 |
]
|
| 52 |
|
| 53 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
with gr.Blocks() as demo:
|
| 55 |
with gr.Column(elem_id="col-container"):
|
| 56 |
gr.Markdown(f"""# Sana Sprint""")
|
|
|
|
| 139 |
outputs = [result, seed]
|
| 140 |
)
|
| 141 |
|
| 142 |
+
demo.launch(share=True)
|