geninhu commited on
Commit
a1bacc7
·
1 Parent(s): 619d624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,4 +111,4 @@ article = "Author: <a href=\"https://huggingface.co/geninhu\">Nhu Hoang</a>. "
111
  examples = [f'{EXAMPLES_PATH}/{f}' for f in os.listdir(EXAMPLES_PATH)]
112
 
113
  gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never',
114
- title=title, description=description, article=article, live=False).launch(enable_queue=False, debug=False, inbrowser=False)
 
111
  examples = [f'{EXAMPLES_PATH}/{f}' for f in os.listdir(EXAMPLES_PATH)]
112
 
113
  gr.Interface(infer, inputs, output, examples= examples, allow_flagging='never',
114
+ title=title, description=description, article=article, live=False).launch(enable_queue=False, debug=True, inbrowser=False)