Update app.py
Browse files
app.py
CHANGED
@@ -55,11 +55,13 @@ chatbot = gr.ChatInterface(
|
|
55 |
)
|
56 |
|
57 |
# Video editing
|
58 |
-
cinema = gr.
|
|
|
|
|
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 |
|