Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,8 @@ def find(query):
|
|
69 |
demo = gr.Interface(
|
70 |
fn=find,
|
71 |
inputs="textbox",
|
72 |
-
outputs=[gr.Dataframe(headers=['source', 'text_ar', 'text_en'],datatype=["str", "markdown", "str"],wrap=True),gr.DownloadButton()],
|
|
|
73 |
examples=[
|
74 |
["law of inheritance in islam"],
|
75 |
["tunjukilah jalan yang lurus"],
|
|
|
69 |
demo = gr.Interface(
|
70 |
fn=find,
|
71 |
inputs="textbox",
|
72 |
+
outputs=[gr.Dataframe(headers=['source', 'text_ar', 'text_en'],datatype=["str", "markdown", "str"],wrap=True),gr.DownloadButton()],
|
73 |
+
cache_examples="lazy",
|
74 |
examples=[
|
75 |
["law of inheritance in islam"],
|
76 |
["tunjukilah jalan yang lurus"],
|