CalebCometML commited on
Commit
c33034e
·
1 Parent(s): a650a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ args = []
15
 
16
  hostname = socket.gethostname()
17
  #ip_address = socket.gethostbyname(hostname)
18
- ip_address = 'calebcometml-kangas-demo.hf.space'
19
  application = Flask(__name__)
20
 
21
  @application.route('/kangas', strict_slashes=False)
 
15
 
16
  hostname = socket.gethostname()
17
  #ip_address = socket.gethostbyname(hostname)
18
+ ip_address = 'localhost'
19
  application = Flask(__name__)
20
 
21
  @application.route('/kangas', strict_slashes=False)