James Kelly commited on
Commit
782113f
·
1 Parent(s): 8155451

removed share from launch bc apparently not allowed in spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ if __name__ == "__main__":
24
  greet_btn = gr.Button("match")
25
  greet_btn.click(fn=ctmatch_web_api, inputs=name, outputs=output, api_name="match")
26
 
27
- demo.queue().launch(share=True, debug=True)
 
24
  greet_btn = gr.Button("match")
25
  greet_btn.click(fn=ctmatch_web_api, inputs=name, outputs=output, api_name="match")
26
 
27
+ demo.queue().launch(debug=True)