Jimin Park commited on
Commit
adabb71
·
1 Parent(s): 36cc9c0

added model

Browse files
Files changed (1) hide show
  1. util/app.py +2 -2
util/app.py CHANGED
@@ -160,8 +160,8 @@ with gr.Blocks() as demo:
160
  )
161
 
162
  # Enable queuing
163
- demo.queue(debug = True)
164
- #demo.launch(share=True)
165
 
166
  # For local testing
167
  if __name__ == "__main__":
 
160
  )
161
 
162
  # Enable queuing
163
+ #demo.queue(debug = True)
164
+ demo.launch(debug=True)
165
 
166
  # For local testing
167
  if __name__ == "__main__":