Anne Marthe Sophie Ngo Bibinbe commited on
Commit
292b539
·
1 Parent(s): ac97752

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(share=True)
155
 
156
 
157
 
 
151
  )
152
 
153
  if __name__ == "__main__":
154
+ demo.launch(debug=True, share=True)
155
 
156
 
157