Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -47,10 +47,9 @@ def convert(model_id, ckpt_name, token = "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"
|
|
47 |
]
|
48 |
)
|
49 |
|
50 |
-
# list files in current directory and return them as a list:
|
51 |
import os
|
52 |
return f"""files in current directory:
|
53 |
-
{[f for f in os.listdir(".")
|
54 |
|
55 |
|
56 |
with gr.Blocks() as demo:
|
|
|
47 |
]
|
48 |
)
|
49 |
|
|
|
50 |
import os
|
51 |
return f"""files in current directory:
|
52 |
+
{[f for f in os.listdir(".")]}"""
|
53 |
|
54 |
|
55 |
with gr.Blocks() as demo:
|