yangding14
commited on
Commit
·
cc19973
1
Parent(s):
9bce696
Update combined_app.py
Browse files- combined_app.py +1 -6
combined_app.py
CHANGED
|
@@ -406,9 +406,4 @@ def main():
|
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
app = main()
|
| 409 |
-
app.launch(
|
| 410 |
-
server_name="localhost",
|
| 411 |
-
server_port=7860,
|
| 412 |
-
share=False,
|
| 413 |
-
debug=True
|
| 414 |
-
)
|
|
|
|
| 406 |
|
| 407 |
if __name__ == "__main__":
|
| 408 |
app = main()
|
| 409 |
+
app.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|