donjuanplatinum commited on
Commit
752ba3f
1 Parent(s): ad653ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def main():
185
  label="Example Inputs (Click to insert an examplet it into the input box)",
186
  examples_per_page=20)
187
 
188
- demo.launch(share=True)
189
 
190
  if __name__ == '__main__':
191
  with torch.no_grad():
 
185
  label="Example Inputs (Click to insert an examplet it into the input box)",
186
  examples_per_page=20)
187
 
188
+ demo.launch(share=False)
189
 
190
  if __name__ == '__main__':
191
  with torch.no_grad():