Spaces:
Runtime error
Runtime error
Commit
·
b24494c
1
Parent(s):
21d804e
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
|
|
29 |
|
30 |
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!
|
31 |
|
32 |
-
Please note that this is for research purposes and shouldn't be used commercially
|
33 |
|
34 |
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.
|
35 |
|
@@ -109,9 +109,8 @@ with gr.Blocks() as demo:
|
|
109 |
|
110 |
If you're concerned about an output from the model, hit the flag button and we will use that information to improve the model.
|
111 |
|
112 |
-
|
113 |
|
114 |
-
Output:
|
115 |
""")
|
116 |
|
117 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
|
|
29 |
|
30 |
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!
|
31 |
|
32 |
+
Please note that this is for research purposes and shouldn't be used commercially.
|
33 |
|
34 |
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.
|
35 |
|
|
|
109 |
|
110 |
If you're concerned about an output from the model, hit the flag button and we will use that information to improve the model.
|
111 |
|
112 |
+
|
113 |
|
|
|
114 |
""")
|
115 |
|
116 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|