Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,11 +6,11 @@ star = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/star
|
|
6 |
bomb = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/bomb.png'
|
7 |
dude = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/dude.png'
|
8 |
with gr.Blocks() as app:
|
9 |
-
gr.HTML("""
|
10 |
|
11 |
<div id="demo">
|
12 |
<iframe
|
13 |
-
src="https://omnibus-game-test-static.static.hf.space
|
14 |
frameborder="0"
|
15 |
width="100%"
|
16 |
></iframe>
|
|
|
6 |
bomb = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/bomb.png'
|
7 |
dude = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/dude.png'
|
8 |
with gr.Blocks() as app:
|
9 |
+
gr.HTML(f"""
|
10 |
|
11 |
<div id="demo">
|
12 |
<iframe
|
13 |
+
src="https://omnibus-game-test-static.static.hf.space?sky='{sky}'&ground='{ground}'&star='{star}'&bomb='{bomb}'&dude='{dude}'
|
14 |
frameborder="0"
|
15 |
width="100%"
|
16 |
></iframe>
|