Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
betterme
/
megradio
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yuanjie
commited on
Sep 23, 2022
Commit
26b12e1
·
1 Parent(s):
c9ae7aa
update
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,6 +38,6 @@ def source_info():
38
39
40
(
41
-
gr.Interface(fn=source_info, inputs="text", outputs=gr.JSON)
42
.launch()
43
)
38
39
40
(
41
+
gr.Interface(fn=source_info, inputs="text", outputs=gr.JSON
(
)
)
42
.launch()
43
)