Commit ·
845117d
1
Parent(s): 1cb91a1
still initial commit
Browse files
app.py
CHANGED
|
@@ -199,4 +199,4 @@ with gr.Blocks(title="⛏️ Minecraft Spatial Voxel Filter") as demo:
|
|
| 199 |
|
| 200 |
if __name__ == "__main__":
|
| 201 |
# Bound to 0.0.0.0 to bypass Hugging Face Spaces localhost proxy issues
|
| 202 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 199 |
|
| 200 |
if __name__ == "__main__":
|
| 201 |
# Bound to 0.0.0.0 to bypass Hugging Face Spaces localhost proxy issues
|
| 202 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, share=True)
|