Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def create_demo():
|
|
127 |
inputs = input_file
|
128 |
outputs = output_file
|
129 |
gr.Examples(
|
130 |
-
examples=[os.path.join(os.path.dirname(__file__), "./gradio_inter/20231104_017.pkl")],
|
131 |
inputs=inputs,
|
132 |
fn=predict,
|
133 |
outputs=outputs,
|
|
|
127 |
inputs = input_file
|
128 |
outputs = output_file
|
129 |
gr.Examples(
|
130 |
+
examples=[os.path.join(os.path.dirname(__file__), "./gradio_inter/20231104_017.pkl"), os.path.join(os.path.dirname(__file__), "./gradio_inter/20231104_010.pkl")],
|
131 |
inputs=inputs,
|
132 |
fn=predict,
|
133 |
outputs=outputs,
|