isLinXu commited on
Commit
91342b9
·
1 Parent(s): 4a0fdfe

add app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ class SAMModel:
72
  inputs=inputs,
73
  outputs=output)
74
 
75
- app.launch(share=True)
76
 
77
 
78
  if __name__ == '__main__':
 
72
  inputs=inputs,
73
  outputs=output)
74
 
75
+ app.launch()
76
 
77
 
78
  if __name__ == '__main__':