Update app.py
Browse files
app.py
CHANGED
|
@@ -58,13 +58,8 @@ chatbot = gr.ChatInterface(
|
|
| 58 |
cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
|
| 59 |
|
| 60 |
#Diffusion
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
frameborder="0"
|
| 64 |
-
width="850"
|
| 65 |
-
height="450"
|
| 66 |
-
></iframe>"
|
| 67 |
-
)
|
| 68 |
|
| 69 |
|
| 70 |
|
|
|
|
| 58 |
cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
|
| 59 |
|
| 60 |
#Diffusion
|
| 61 |
+
with gr.blocks as diffusion:
|
| 62 |
+
gr.HTML("<iframe src="https://falln87-stable-diffusion-3.hf.space" frameborder="0" width="850" height="450"></iframe>")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
|