Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ea33dd7
1
Parent(s):
675d3e2
aaa
Browse files
app.py
CHANGED
|
@@ -688,6 +688,7 @@ if __name__ == '__main__':
|
|
| 688 |
torch.cuda.empty_cache()
|
| 689 |
print('model init done!')
|
| 690 |
|
| 691 |
-
demo.queue().launch(share =
|
|
|
|
| 692 |
|
| 693 |
|
|
|
|
| 688 |
torch.cuda.empty_cache()
|
| 689 |
print('model init done!')
|
| 690 |
|
| 691 |
+
demo.queue().launch(share = True)
|
| 692 |
+
# server_name="0.0.0.0", server_port=7860
|
| 693 |
|
| 694 |
|