Falln87 commited on
Commit
ddcbaaf
·
verified ·
1 Parent(s): 68f97e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -58,9 +58,9 @@ chatbot = gr.ChatInterface(
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
 
66
  demo = gr.TabbedInterface([chatbot, diffusion, cinema], ["Chat", "text2img", "pix2vid"])
 
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
 
66
  demo = gr.TabbedInterface([chatbot, diffusion, cinema], ["Chat", "text2img", "pix2vid"])