cassell1337 commited on
Commit
acb9ba4
1 Parent(s): 65a97ec

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ with open('attributes/bottoms.txt') as f:
88
  bottoms = gr.inputs.Dropdown(bottom, default="None", label="Bottoms")
89
 
90
 
91
- gr.Interface(main, [gender, age, height, body, Style, boobsize, asssize, skin, hair, hairstyle, eyes, tops, bottoms], "text").launch(share=True)
 
88
  bottoms = gr.inputs.Dropdown(bottom, default="None", label="Bottoms")
89
 
90
 
91
+ gr.Interface(main, [gender, age, height, body, Style, boobsize, asssize, skin, hair, hairstyle, eyes, tops, bottoms], "text").launch()