Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
|
|
4 |
iframe_url = "https://r3gm-diffusecraft.hf.space"
|
5 |
iframe_html = f"""
|
6 |
<iframe
|
|
|
7 |
frameborder="0"
|
8 |
width="100%"
|
9 |
height="600px"
|
@@ -37,4 +38,5 @@ with gr.Blocks(css="""
|
|
37 |
gr.HTML('<div class="spacer"></div>')
|
38 |
|
39 |
|
|
|
40 |
app.launch()
|
|
|
4 |
iframe_url = "https://r3gm-diffusecraft.hf.space"
|
5 |
iframe_html = f"""
|
6 |
<iframe
|
7 |
+
src="{iframe_url}"
|
8 |
frameborder="0"
|
9 |
width="100%"
|
10 |
height="600px"
|
|
|
38 |
gr.HTML('<div class="spacer"></div>')
|
39 |
|
40 |
|
41 |
+
|
42 |
app.launch()
|