Falln87 commited on
Commit
10ca07e
·
verified ·
1 Parent(s): 922371e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,12 +58,12 @@ chatbot = gr.ChatInterface(
58
  cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
59
 
60
  #Diffusion
61
- diffusion = gr.HTML(<iframe
62
  src="https://falln87-stable-diffusion-3.hf.space"
63
  frameborder="0"
64
  width="850"
65
  height="450"
66
- ></iframe>
67
  )
68
 
69
 
 
58
  cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
59
 
60
  #Diffusion
61
+ diffusion = gr.HTML("<iframe
62
  src="https://falln87-stable-diffusion-3.hf.space"
63
  frameborder="0"
64
  width="850"
65
  height="450"
66
+ ></iframe>"
67
  )
68
 
69