pavithra-devi commited on
Commit
f64ef7b
·
1 Parent(s): 3f930d5

added app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.theme.Soft()) as app:
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