Spaces:
Runtime error
Runtime error
Commit
·
f979b85
1
Parent(s):
10b1625
bugfix
Browse files
app.py
CHANGED
@@ -16,6 +16,6 @@ iface = gr.Interface(
|
|
16 |
title="Space Title Here",
|
17 |
description = "Description Here",
|
18 |
inputs = gr_input,
|
19 |
-
outputs = gr_output
|
20 |
)
|
21 |
iface.launch()
|
|
|
16 |
title="Space Title Here",
|
17 |
description = "Description Here",
|
18 |
inputs = gr_input,
|
19 |
+
outputs = gr_output
|
20 |
)
|
21 |
iface.launch()
|