Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ ex = ["The Saudi Founding Day is a national occasion in the Kingdom of Saudi Ara
|
|
12 |
|
13 |
custom_css = """
|
14 |
body {
|
15 |
-
background-image: url("BG.jpg");
|
16 |
background-size: cover;
|
17 |
background-repeat: no-repeat;
|
18 |
background-attachment: fixed;
|
@@ -21,7 +21,7 @@ body {
|
|
21 |
|
22 |
interface = gr.Interface(
|
23 |
fn=summarization_fun,
|
24 |
-
inputs=gr.Textbox(label="Enter your Text That you want to summarize it"),
|
25 |
outputs=gr.Textbox(label="The summurized text"),
|
26 |
examples=ex,
|
27 |
css=custom_css)
|
|
|
12 |
|
13 |
custom_css = """
|
14 |
body {
|
15 |
+
background-image: url("/new_file/BG.jpg");
|
16 |
background-size: cover;
|
17 |
background-repeat: no-repeat;
|
18 |
background-attachment: fixed;
|
|
|
21 |
|
22 |
interface = gr.Interface(
|
23 |
fn=summarization_fun,
|
24 |
+
inputs=gr.Textbox(label="Enter your Text That you want to summarize it", lines=10),
|
25 |
outputs=gr.Textbox(label="The summurized text"),
|
26 |
examples=ex,
|
27 |
css=custom_css)
|