Spaces:
Runtime error
Runtime error
Commit
·
5bdbc1f
1
Parent(s):
062d56f
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,11 +97,11 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
| 97 |
gr.Markdown("""
|
| 98 |
# CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS
|
| 99 |
|
| 100 |
-
Welcome to our demo! We've trained Meta's Llama on
|
| 101 |
|
| 102 |
Please note that this is for research purposes and shouldn't be used commercially.
|
| 103 |
|
| 104 |
-
None of outputs of this model, taken in part or in
|
| 105 |
|
| 106 |
""")
|
| 107 |
|
|
@@ -158,18 +158,18 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
| 158 |
placeholder='Type in your idea here!')
|
| 159 |
text2 = gr.Textbox(label="Output")
|
| 160 |
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
|
| 165 |
-
|
| 166 |
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
|
| 172 |
-
|
| 173 |
|
| 174 |
with gr.Tab("CPC Classifier"):
|
| 175 |
gr.Markdown("""
|
|
|
|
| 97 |
gr.Markdown("""
|
| 98 |
# CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS
|
| 99 |
|
| 100 |
+
Welcome to our demo! We've trained Meta's Llama on over 200k entries, with a focus on tasks within the intellectual property domain.
|
| 101 |
|
| 102 |
Please note that this is for research purposes and shouldn't be used commercially.
|
| 103 |
|
| 104 |
+
None of the outputs of this model, taken in part or in its entirety, constitutes legal advice. If you are seeking protection for you intellectual property, consult a registered patent/trademark attorney.
|
| 105 |
|
| 106 |
""")
|
| 107 |
|
|
|
|
| 158 |
placeholder='Type in your idea here!')
|
| 159 |
text2 = gr.Textbox(label="Output")
|
| 160 |
|
| 161 |
+
with gr.Tab("Claimed Infill"):
|
| 162 |
+
gr.Markdown("""
|
| 163 |
+
Below is our
|
| 164 |
|
| 165 |
+
Example input: A device to help the visually impaired using proprioception.
|
| 166 |
|
| 167 |
+
Output:
|
| 168 |
+
""")
|
| 169 |
+
with gr.Row(scale=1, min_width=600):
|
| 170 |
+
text1 = gr.Textbox(label="Input",
|
| 171 |
+
placeholder='Type in your idea here!')
|
| 172 |
+
text2 = gr.Textbox(label="Output")
|
| 173 |
|
| 174 |
with gr.Tab("CPC Classifier"):
|
| 175 |
gr.Markdown("""
|