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