Spaces:
Running
Running
pierreguillou
commited on
Update app.py
Browse files
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=
|
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()
|