Spaces:
Runtime error
Runtime error
Commit
·
3c2970c
1
Parent(s):
1c579bf
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ if __name__ == "__main__":
|
|
| 483 |
name_to_path = load_example_filenames(_here / "examples")
|
| 484 |
logger.info(f"Loaded {len(name_to_path)} examples")
|
| 485 |
|
| 486 |
-
demo = gr.Blocks(title="Document Summarization
|
| 487 |
_examples = list(name_to_path.keys())
|
| 488 |
logger.info("Starting app instance")
|
| 489 |
with demo:
|
|
|
|
| 483 |
name_to_path = load_example_filenames(_here / "examples")
|
| 484 |
logger.info(f"Loaded {len(name_to_path)} examples")
|
| 485 |
|
| 486 |
+
demo = gr.Blocks(title="Document Summarization")
|
| 487 |
_examples = list(name_to_path.keys())
|
| 488 |
logger.info("Starting app instance")
|
| 489 |
with demo:
|