anjikum commited on
Commit
6d17b03
·
verified ·
1 Parent(s): 6e778dd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -101,12 +101,10 @@ demo = gr.Interface(
101
  cache_examples=True
102
  )
103
 
104
- # Launch with Hugging Face Space configurations
105
  if __name__ == "__main__":
106
  demo.launch(
107
- share=False,
108
  server_name="0.0.0.0",
109
  server_port=7860,
110
- show_error=True,
111
- enable_queue=True
112
  )
 
101
  cache_examples=True
102
  )
103
 
104
+ # Launch configuration for Hugging Face Spaces
105
  if __name__ == "__main__":
106
  demo.launch(
 
107
  server_name="0.0.0.0",
108
  server_port=7860,
109
+ share=False
 
110
  )