Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -452,7 +452,16 @@ with gr.Blocks(theme='ParityError/Anime') as iface :
|
|
| 452 |
text_input = gr.Textbox(label="input text",lines=5)
|
| 453 |
text_output = gr.Markdown(label="output text")
|
| 454 |
text_button = gr.Button("process text")
|
| 455 |
-
gr.Examples([
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 456 |
with gr.Tab("image identification"):
|
| 457 |
image_input = gr.Image(label="upload image")
|
| 458 |
image_output = gr.Markdown(label="output text")
|
|
|
|
| 452 |
text_input = gr.Textbox(label="input text",lines=5)
|
| 453 |
text_output = gr.Markdown(label="output text")
|
| 454 |
text_button = gr.Button("process text")
|
| 455 |
+
gr.Examples([
|
| 456 |
+
["What is the proper treatment for buccal herpes?"],
|
| 457 |
+
["Male, 40 presenting with swollen glands and a rash"],
|
| 458 |
+
["How does cellular metabolism work TCA cycle"],
|
| 459 |
+
["What special care must be provided to children with chicken pox?"],
|
| 460 |
+
["When and how often should I wash my hands?"],
|
| 461 |
+
["بکل ہرپس کا صحیح علاج کیا ہے؟"],
|
| 462 |
+
["구강 헤르페스의 적절한 치료법은 무엇입니까?"],
|
| 463 |
+
["Je, ni matibabu gani sahihi kwa herpes ya buccal?"],
|
| 464 |
+
],inputs=[text_input])
|
| 465 |
with gr.Tab("image identification"):
|
| 466 |
image_input = gr.Image(label="upload image")
|
| 467 |
image_output = gr.Markdown(label="output text")
|