add share True
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def main():
|
|
121 |
outputs=clean_image_output,
|
122 |
examples=example_image_list,
|
123 |
title="Document Image Enhancement (DIE) Model"
|
124 |
-
).launch(server_name="0.0.0.0", server_port=7860)
|
125 |
|
126 |
def parse_arguments():
|
127 |
"""
|
|
|
121 |
outputs=clean_image_output,
|
122 |
examples=example_image_list,
|
123 |
title="Document Image Enhancement (DIE) Model"
|
124 |
+
).launch(server_name="0.0.0.0", server_port=7860, share=True)
|
125 |
|
126 |
def parse_arguments():
|
127 |
"""
|