iris
Browse files- .DS_Store +0 -0
- app/{app.py → main.py} +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
app/{app.py → main.py}
RENAMED
@@ -35,5 +35,5 @@ if __name__ == '__main__':
|
|
35 |
app.debug = True
|
36 |
app.run(
|
37 |
host='0.0.0.0',
|
38 |
-
port=
|
39 |
debug=True)
|
|
|
35 |
app.debug = True
|
36 |
app.run(
|
37 |
host='0.0.0.0',
|
38 |
+
port=7860,
|
39 |
debug=True)
|