Update app.py
Browse files
app.py
CHANGED
|
@@ -58,11 +58,11 @@ chatbot = gr.ChatInterface(
|
|
| 58 |
cinema = gr.HTML("https://maxin-cn-cinemo.hf.space")
|
| 59 |
|
| 60 |
#Diffusion
|
| 61 |
-
|
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
-
demo = gr.TabbedInterface([chatbot,
|
| 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()
|