Spaces:
Sleeping
Sleeping
Giorgio Strano commited on
Commit ·
3625053
1
Parent(s): e166862
boh
Browse files- app.py +1 -1
- post_build.sh +1 -1
app.py
CHANGED
|
@@ -48,4 +48,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css_paths=["styles.css"]) as demo:
|
|
| 48 |
label=name.capitalize(),
|
| 49 |
type="filepath",
|
| 50 |
elem_classes="audio-player")
|
| 51 |
-
demo.launch()
|
|
|
|
| 48 |
label=name.capitalize(),
|
| 49 |
type="filepath",
|
| 50 |
elem_classes="audio-player")
|
| 51 |
+
demo.launch(share=True)
|
post_build.sh
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
-
git lfs pull
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
# git lfs pull
|