Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks() as demo:
|
|
259 |
gr.Markdown(
|
260 |
"Generate a circular path in latent space and observe how the images vary along the path."
|
261 |
)
|
262 |
-
gr.HTML(read_html("
|
263 |
|
264 |
with gr.Row():
|
265 |
with gr.Column():
|
|
|
259 |
gr.Markdown(
|
260 |
"Generate a circular path in latent space and observe how the images vary along the path."
|
261 |
)
|
262 |
+
gr.HTML(read_html("html/circular.html"))
|
263 |
|
264 |
with gr.Row():
|
265 |
with gr.Column():
|