Spaces:
Runtime error
Runtime error
pallavijaini
commited on
Commit
•
ab014c6
1
Parent(s):
351583d
Update app.py
Browse files
app.py
CHANGED
@@ -776,7 +776,7 @@ def build_demo(models):
|
|
776 |
if __name__ == "__main__":
|
777 |
|
778 |
# IP address to modify
|
779 |
-
controller_url = "http://34.
|
780 |
host = "0.0.0.0"
|
781 |
|
782 |
concurrency_count = 10
|
|
|
776 |
if __name__ == "__main__":
|
777 |
|
778 |
# IP address to modify
|
779 |
+
controller_url = "http://34.71.218.29:80"
|
780 |
host = "0.0.0.0"
|
781 |
|
782 |
concurrency_count = 10
|