Falln87 commited on
Commit
7866e08
·
verified ·
1 Parent(s): ddcbaaf

Update app.py

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