Spaces:
Sleeping
Sleeping
Commit
·
f64ef7b
1
Parent(s):
3f930d5
added app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def predict(document):
|
|
16 |
# Create the frontend.
|
17 |
input_interfaces: list = []
|
18 |
|
19 |
-
with gr.Blocks(theme=gr.
|
20 |
with gr.Row():
|
21 |
title = "Text Summarizer..."
|
22 |
|
|
|
16 |
# Create the frontend.
|
17 |
input_interfaces: list = []
|
18 |
|
19 |
+
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
20 |
with gr.Row():
|
21 |
title = "Text Summarizer..."
|
22 |
|