Spaces:
Runtime error
Runtime error
Commit
·
58737ed
1
Parent(s):
d3cdb67
example update
Browse files
app.py
CHANGED
@@ -17,13 +17,6 @@ iface = gr.Interface(
|
|
17 |
LLMs are known to hallucinate. So, please use with caution.
|
18 |
''',
|
19 |
examples=[
|
20 |
-
["
|
21 |
-
["Male, 40 presenting with swollen glands and a rash"],
|
22 |
-
["How does cellular metabolism work TCA cycle"],
|
23 |
-
["What special care must be provided to children with chicken pox?"],
|
24 |
-
["When and how often should I wash my hands ?"],
|
25 |
-
["بکل ہرپس کا صحیح علاج کیا ہے؟"],
|
26 |
-
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
27 |
-
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
|
28 |
],
|
29 |
)
|
|
|
17 |
LLMs are known to hallucinate. So, please use with caution.
|
18 |
''',
|
19 |
examples=[
|
20 |
+
["artificial intelligence"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
],
|
22 |
)
|