EmicoBinsfinder commited on
Commit
212ca5f
β€’
1 Parent(s): 3c56f3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -20
app.py CHANGED
@@ -97,28 +97,11 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
97
  gr.Markdown("""
98
  # CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS 🫑
99
 
100
- Hey there, genius!
101
-
102
  Welcome to our demo! We've trained Meta's Llama on almost 200k data entries in the question/answer format.
103
 
104
-
105
- In the future, we are looking to expand our model's capabilities further to assist in a range of IP related tasks.
106
-
107
-
108
- If you are interested in using a more powerful model that we have trained, or you have any suggestions of features you would like to see us add, please get in touch!
109
-
110
-
111
- As far as data is concerned, you have nothing to worry about! We don't store any of your inputs to use for further training, we're not OpenAI πŸ‘€. We'd just like to know if this is something people would be interested in using!
112
-
113
  Please note that this is for research purposes and shouldn't be used commercially.
114
 
115
- None of the outputs should be taken as solid legal advice. If you are an inventor looking to patent an invention, always seek the help of a registered patent attorney.
116
-
117
-
118
- If you
119
-
120
-
121
-
122
 
123
  """)
124
 
@@ -222,9 +205,9 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
222
 
223
  In the future, we are looking to expand our model's capabilities further to assist in a range of IP related tasks.
224
 
225
- If you are interested in using a more powerful model that we have trained, or you have any suggestions of features you would like to see us add, please get in touch!
226
 
227
- As far as data is concerned, you have nothing to worry about! We don't store any of your inputs to use for further training, we're not OpenAI πŸ‘€. We'd just like to know if this is something people would be interested in using!
228
 
229
  """)
230
 
 
97
  gr.Markdown("""
98
  # CLAIMED - A GENERATIVE TOOLKIT FOR PATENT ATTORNEYS 🫑
99
 
 
 
100
  Welcome to our demo! We've trained Meta's Llama on almost 200k data entries in the question/answer format.
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 it's entirely, constitutes legal advice. If you are an inventor looking to patent an invention, always seek the help of a registered patent attorney.
 
 
 
 
 
 
105
 
106
  """)
107
 
 
205
 
206
  In the future, we are looking to expand our model's capabilities further to assist in a range of IP related tasks.
207
 
208
+ If you are interested in using a more powerful model that we have trained, or if you have any suggestions of features you would like to see us add, please get in touch!
209
 
210
+ As far as data is concerned, you have nothing to worry about! We don't store any of your inputs to use for further training, we're not OpenAI.
211
 
212
  """)
213