Spaces:
Runtime error
Runtime error
chore: Adjust newlines for readability
Browse files
app.py
CHANGED
|
@@ -45,9 +45,12 @@ iface = gr.Interface(
|
|
| 45 |
v.1.0.0
|
| 46 |
|
| 47 |
Reading through patent documents is oftentimes a long and tedious task.
|
| 48 |
-
There are cases wherein one has to manually go through several pages in
|
|
|
|
| 49 |
|
| 50 |
-
This application is meant to automate the initial phase of going through
|
|
|
|
|
|
|
| 51 |
|
| 52 |
The Patent Summarizer:
|
| 53 |
✏️ Provides an interface for user input
|
|
|
|
| 45 |
v.1.0.0
|
| 46 |
|
| 47 |
Reading through patent documents is oftentimes a long and tedious task.
|
| 48 |
+
There are cases wherein one has to manually go through several pages in
|
| 49 |
+
order to determine if the patent is relevant to the prior art search.
|
| 50 |
|
| 51 |
+
This application is meant to automate the initial phase of going through
|
| 52 |
+
patents so that the potential inventor or researcher may lessen the time
|
| 53 |
+
spent trying to filter documents.
|
| 54 |
|
| 55 |
The Patent Summarizer:
|
| 56 |
✏️ Provides an interface for user input
|