Spaces:
Build error
Build error
Commit
·
5128b03
1
Parent(s):
9ace539
Update app.py
Browse files
app.py
CHANGED
@@ -62,8 +62,7 @@ inputs = (
|
|
62 |
gr.inputs.Textbox(lines=1, default="Enter URL or choose file", element_type="url"),
|
63 |
gr.inputs.Radio(["URL", "File"], default="URL"),
|
64 |
gr.inputs.FileUploader(upload_label="Choose file", clear_label="Clear file",)
|
65 |
-
]
|
66 |
-
label="Input"
|
67 |
)
|
68 |
|
69 |
interface = gr.Interface(
|
|
|
62 |
gr.inputs.Textbox(lines=1, default="Enter URL or choose file", element_type="url"),
|
63 |
gr.inputs.Radio(["URL", "File"], default="URL"),
|
64 |
gr.inputs.FileUploader(upload_label="Choose file", clear_label="Clear file",)
|
65 |
+
]
|
|
|
66 |
)
|
67 |
|
68 |
interface = gr.Interface(
|