Spaces:
Sleeping
Sleeping
update app
Browse files
app.py
CHANGED
|
@@ -101,8 +101,8 @@ with gr.Blocks() as demo:
|
|
| 101 |
outputs=output_video
|
| 102 |
)
|
| 103 |
|
| 104 |
-
if __name__ == "__main__":
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
|
|
|
| 101 |
outputs=output_video
|
| 102 |
)
|
| 103 |
|
| 104 |
+
# if __name__ == "__main__":
|
| 105 |
+
demo.launch(
|
| 106 |
+
server_name="0.0.0.0", # bind to all interfaces
|
| 107 |
+
server_port=7860, # default HF Spaces port
|
| 108 |
+
)
|