gabar92 commited on
Commit
f72a688
·
1 Parent(s): 061dac5

add share True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """