harshkidzure commited on
Commit
b9bfa6b
1 Parent(s): 8fefdb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,5 +129,5 @@ if __name__ == "__main__":
129
  cache_examples=True,
130
  label='Try this example input!'
131
  )
132
- block.launch(share=False, show_error=True)
133
 
 
129
  cache_examples=True,
130
  label='Try this example input!'
131
  )
132
+ block.launch(show_error=True)
133