Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def models():
|
|
201 |
if __name__ == '__main__':
|
202 |
config = {
|
203 |
'host': '0.0.0.0',
|
204 |
-
'port':
|
205 |
'debug': True,
|
206 |
}
|
207 |
|
|
|
201 |
if __name__ == '__main__':
|
202 |
config = {
|
203 |
'host': '0.0.0.0',
|
204 |
+
'port': 7860,
|
205 |
'debug': True,
|
206 |
}
|
207 |
|