Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def models():
|
|
179 |
if __name__ == '__main__':
|
180 |
config = {
|
181 |
'host': 'localhost',
|
182 |
-
'port':
|
183 |
'debug': True,
|
184 |
}
|
185 |
|
|
|
179 |
if __name__ == '__main__':
|
180 |
config = {
|
181 |
'host': 'localhost',
|
182 |
+
'port': 7860,
|
183 |
'debug': True,
|
184 |
}
|
185 |
|