Falln87 commited on
Commit
79edba3
·
verified ·
1 Parent(s): 27fc0ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,11 +58,11 @@ chatbot = gr.ChatInterface(
58
  cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
59
 
60
  #Diffusion
61
- stable-diffusion = gr.HTML("https://falln87-stable-diffusion-3.hf.space")
62
 
63
 
64
 
65
- demo = gr.TabbedInterface([chatbot, stable-diffusion, cinema], ["Chat", "text2img", "pix2vid"])
66
 
67
  if __name__ == "__main__":
68
  demo.launch()
 
58
  cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
59
 
60
  #Diffusion
61
+ diffusion = gr.HTML("https://falln87-stable-diffusion-3.hf.space")
62
 
63
 
64
 
65
+ demo = gr.TabbedInterface([chatbot, diffusion, cinema], ["Chat", "text2img", "pix2vid"])
66
 
67
  if __name__ == "__main__":
68
  demo.launch()