Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,8 @@ def clear_inputs():
|
|
93 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
94 |
gr.Markdown(
|
95 |
"""
|
96 |
-
#
|
|
|
97 |
Enter a URL, paste text, or drag & drop a file to get a summary.
|
98 |
"""
|
99 |
)
|
@@ -141,8 +142,9 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
141 |
# Add examples
|
142 |
gr.Examples(
|
143 |
examples=[
|
144 |
-
["https://
|
145 |
-
["
|
|
|
146 |
],
|
147 |
inputs=input_text
|
148 |
)
|
|
|
93 |
with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
94 |
gr.Markdown(
|
95 |
"""
|
96 |
+
# Summarizeit
|
97 |
+
> Summarize any document!
|
98 |
Enter a URL, paste text, or drag & drop a file to get a summary.
|
99 |
"""
|
100 |
)
|
|
|
142 |
# Add examples
|
143 |
gr.Examples(
|
144 |
examples=[
|
145 |
+
["https://h3manth.com"],
|
146 |
+
["https://www.youtube.com/watch?v=bSHp7WVpPgc"],
|
147 |
+
["https://en.wikipedia.org/wiki/Three-body_problem"]
|
148 |
],
|
149 |
inputs=input_text
|
150 |
)
|