Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xfl218
/
test
like
0
Runtime error
App
Files
Files
Community
john
commited on
Oct 31, 2023
Commit
c6e0060
•
1 Parent(s):
8225a4d
ddt
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -48,7 +48,7 @@ trainer = Trainer(
48
49
gr.Interface(
50
fn=trainer.train,
51
-
NONE,
52
-
NONE,
53
title="test",
54
).launch()
48
49
gr.Interface(
50
fn=trainer.train,
51
+
inputs=
NONE,
52
+
outputs=
NONE,
53
title="test",
54
).launch()