Anne Marthe Sophie Ngo Bibinbe commited on
Commit
dbff38f
·
2 Parent(s): 292b539 4cca5c4

promptTrack installed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(css=css) as demo:
151
  )
152
 
153
  if __name__ == "__main__":
154
- demo.launch(debug=True, share=True)
155
 
156
 
157
 
 
151
  )
152
 
153
  if __name__ == "__main__":
154
+ demo.launch(share=True)
155
 
156
 
157