Spaces:
Runtime error
Runtime error
Commit
·
85ed56c
1
Parent(s):
7431b40
Update app.py
Browse files
app.py
CHANGED
@@ -663,9 +663,9 @@ if __name__ == "__main__":
|
|
663 |
)
|
664 |
gr.Markdown("---")
|
665 |
|
666 |
-
load_examples_button.click(
|
667 |
-
|
668 |
-
)
|
669 |
|
670 |
load_file_button.click(
|
671 |
fn=load_uploaded_file, inputs=uploaded_file, outputs=[input_text]
|
|
|
663 |
)
|
664 |
gr.Markdown("---")
|
665 |
|
666 |
+
# load_examples_button.click(
|
667 |
+
# fn=load_single_example_text, inputs=[example_name], outputs=[input_text]
|
668 |
+
# )
|
669 |
|
670 |
load_file_button.click(
|
671 |
fn=load_uploaded_file, inputs=uploaded_file, outputs=[input_text]
|