TomData commited on
Commit
85e76f5
·
1 Parent(s): 5b20ce0

share = true

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -20,6 +20,6 @@ with gr.Blocks() as App:
20
 
21
 
22
  if __name__ == "__main__":
23
- App.launch(share=True)
24
 
25
 
 
20
 
21
 
22
  if __name__ == "__main__":
23
+ App.launch(share=False) #true not supported on hf spaces
24
 
25