Bohui Zhang
commited on
Commit
·
3b61bec
1
Parent(s):
0a52fc1
Temporarily comment out examples to debug
Browse files
app.py
CHANGED
|
@@ -87,13 +87,13 @@ with gr.Blocks() as generate_tab:
|
|
| 87 |
visible=False,
|
| 88 |
)
|
| 89 |
|
| 90 |
-
gr.Examples(
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
)
|
| 97 |
|
| 98 |
es_class.input(
|
| 99 |
fn=update_class_choices,
|
|
@@ -193,13 +193,13 @@ with gr.Blocks() as append_tab:
|
|
| 193 |
# visible=False,
|
| 194 |
# )
|
| 195 |
|
| 196 |
-
gr.Examples(
|
| 197 |
-
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
)
|
| 203 |
|
| 204 |
property_name.input(
|
| 205 |
fn=update_property_choices,
|
|
@@ -295,13 +295,13 @@ with gr.Blocks() as modify_tab:
|
|
| 295 |
|
| 296 |
change_btn = gr.Button(value="Change")
|
| 297 |
|
| 298 |
-
gr.Examples(
|
| 299 |
-
|
| 300 |
-
|
| 301 |
-
|
| 302 |
-
|
| 303 |
-
|
| 304 |
-
)
|
| 305 |
|
| 306 |
convert_btn.click(
|
| 307 |
fn=convert_string_to_es,
|
|
|
|
| 87 |
visible=False,
|
| 88 |
)
|
| 89 |
|
| 90 |
+
# gr.Examples(
|
| 91 |
+
# examples=["algorithm"],
|
| 92 |
+
# inputs=es_output,
|
| 93 |
+
# outputs=es_output,
|
| 94 |
+
# fn=load_examples,
|
| 95 |
+
# cache_examples=True
|
| 96 |
+
# )
|
| 97 |
|
| 98 |
es_class.input(
|
| 99 |
fn=update_class_choices,
|
|
|
|
| 193 |
# visible=False,
|
| 194 |
# )
|
| 195 |
|
| 196 |
+
# gr.Examples(
|
| 197 |
+
# examples=["algorithm"],
|
| 198 |
+
# inputs=es_output,
|
| 199 |
+
# outputs=es_output,
|
| 200 |
+
# fn=load_examples,
|
| 201 |
+
# cache_examples=True
|
| 202 |
+
# )
|
| 203 |
|
| 204 |
property_name.input(
|
| 205 |
fn=update_property_choices,
|
|
|
|
| 295 |
|
| 296 |
change_btn = gr.Button(value="Change")
|
| 297 |
|
| 298 |
+
# gr.Examples(
|
| 299 |
+
# examples=["algorithm"],
|
| 300 |
+
# inputs=es_input,
|
| 301 |
+
# outputs=es_input,
|
| 302 |
+
# fn=load_examples,
|
| 303 |
+
# cache_examples=True
|
| 304 |
+
# )
|
| 305 |
|
| 306 |
convert_btn.click(
|
| 307 |
fn=convert_string_to_es,
|