Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def generate(
|
|
149 |
#Main gr.Block
|
150 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
151 |
gr.Markdown(DESCRIPTIONx)
|
152 |
-
|
153 |
with gr.Group():
|
154 |
with gr.Row():
|
155 |
prompt = gr.Text(
|
@@ -253,6 +253,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
253 |
outputs=[result, seed],
|
254 |
api_name="run",
|
255 |
)
|
|
|
256 |
#gr.HTML(html_content)
|
257 |
if __name__ == "__main__":
|
258 |
demo.queue(max_size=40).launch()
|
|
|
149 |
#Main gr.Block
|
150 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
151 |
gr.Markdown(DESCRIPTIONx)
|
152 |
+
|
153 |
with gr.Group():
|
154 |
with gr.Row():
|
155 |
prompt = gr.Text(
|
|
|
253 |
outputs=[result, seed],
|
254 |
api_name="run",
|
255 |
)
|
256 |
+
gr.Markdown(DESCRIPTIONy)
|
257 |
#gr.HTML(html_content)
|
258 |
if __name__ == "__main__":
|
259 |
demo.queue(max_size=40).launch()
|