jonathanagustin commited on
Commit
7068a4f
1 Parent(s): db69a9c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def main():
145
  )
146
 
147
  # Launch the Gradio app with error display enabled
148
- demo.launch(share=True, show_error=True)
149
 
150
  if __name__ == "__main__":
151
  main()
 
145
  )
146
 
147
  # Launch the Gradio app with error display enabled
148
+ demo.launch(show_error=True)
149
 
150
  if __name__ == "__main__":
151
  main()