pierreguillou commited on
Commit
273680a
·
verified ·
1 Parent(s): 7b53fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,7 +256,7 @@ demo = gr.Interface(
256
 
257
  Supports multiple pages and French legal documents.
258
  """,
259
- article="Created by [Your Name] - [Your GitHub/Profile Link]",
260
  css=css,
261
  examples=[], # Add example PDFs if you have any
262
  cache_examples=False,
@@ -267,5 +267,5 @@ demo = gr.Interface(
267
  if __name__ == "__main__":
268
  demo.launch(
269
  debug=False,
270
- auth=("a","a")
271
  ).launch()
 
256
 
257
  Supports multiple pages and French legal documents.
258
  """,
259
+ #article="Created by [Your Name] - [Your GitHub/Profile Link]",
260
  css=css,
261
  examples=[], # Add example PDFs if you have any
262
  cache_examples=False,
 
267
  if __name__ == "__main__":
268
  demo.launch(
269
  debug=False,
270
+ auth=authenticate
271
  ).launch()