pallavijaini commited on
Commit
24134a7
1 Parent(s): 45c5a5e

Update app.py

Browse files

Updated the IP address of the backend

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -775,7 +775,7 @@ def build_demo(models):
775
 
776
  if __name__ == "__main__":
777
 
778
- controller_url = "http://198.175.88.30:80"
779
  host = "0.0.0.0"
780
 
781
  concurrency_count = 10
 
775
 
776
  if __name__ == "__main__":
777
 
778
+ controller_url = "http://35.226.142.233:80"
779
  host = "0.0.0.0"
780
 
781
  concurrency_count = 10