Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,8 @@ def infer(prompt,
|
|
| 43 |
).images[0]
|
| 44 |
|
| 45 |
return image, seed
|
| 46 |
-
|
|
|
|
| 47 |
gr.HTML(
|
| 48 |
"""
|
| 49 |
<h1 style='text-align: center'>
|
|
|
|
| 43 |
).images[0]
|
| 44 |
|
| 45 |
return image, seed
|
| 46 |
+
|
| 47 |
+
with gr.Blocks(theme="bethecloud/storj_theme") as demo:
|
| 48 |
gr.HTML(
|
| 49 |
"""
|
| 50 |
<h1 style='text-align: center'>
|