hackerbyhobby commited on
Commit
03b8948
·
unverified ·
1 Parent(s): 3573793
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ interface = gr.Interface(
48
 
49
  # Launch the interface for local testing or Hugging Face Spaces deployment
50
  if __name__ == "__main__":
51
- interface.launch()
 
48
 
49
  # Launch the interface for local testing or Hugging Face Spaces deployment
50
  if __name__ == "__main__":
51
+ interface.launch(share=True)