Spaces:
Sleeping
Sleeping
refactor: remove example
Browse files- .gitattributes +1 -2
- app.py +0 -9
- res/example.png +0 -3
.gitattributes
CHANGED
@@ -32,5 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
example.png filter=lfs diff=lfs merge=lfs -text
|
|
|
32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
app.py
CHANGED
@@ -60,14 +60,5 @@ with gr.Blocks() as demo:
|
|
60 |
ecg_id_output.change(
|
61 |
fn=get_alfred_from_dataframe, inputs=ecg_id_output, outputs=alfred_result
|
62 |
)
|
63 |
-
|
64 |
-
with gr.Tab("Example"):
|
65 |
-
with gr.Row():
|
66 |
-
gr_df = gr.Image(
|
67 |
-
value="./res/example.png",
|
68 |
-
interactive=False,
|
69 |
-
type="filepath",
|
70 |
-
label="This is an example screen. The service is not fully operational yet due to DNS issues. Please wait a moment.",
|
71 |
-
)
|
72 |
|
73 |
demo.launch()
|
|
|
60 |
ecg_id_output.change(
|
61 |
fn=get_alfred_from_dataframe, inputs=ecg_id_output, outputs=alfred_result
|
62 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
demo.launch()
|
res/example.png
DELETED
Git LFS Details
|