Spestly commited on
Commit
a3b53cb
·
verified ·
1 Parent(s): c5f4968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()