Spaces:
Runtime error
Runtime error
苏泓源
commited on
Commit
·
08d80ff
1
Parent(s):
f00e8f3
update
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ def infer(file_obj):
|
|
| 45 |
|
| 46 |
|
| 47 |
with gr.Blocks("TTest") as demo:
|
| 48 |
-
gr.Markdown("##
|
| 49 |
output = gr.Textbox(label="Output")
|
| 50 |
data = gr.UploadButton(
|
| 51 |
label="Upload a .npy",
|
|
|
|
| 45 |
|
| 46 |
|
| 47 |
with gr.Blocks("TTest") as demo:
|
| 48 |
+
gr.Markdown("## TTest")
|
| 49 |
output = gr.Textbox(label="Output")
|
| 50 |
data = gr.UploadButton(
|
| 51 |
label="Upload a .npy",
|