Spaces:
Runtime error
Runtime error
Commit
·
8b20f20
1
Parent(s):
19e145e
add output label
Browse files
app.py
CHANGED
@@ -24,9 +24,11 @@ article = (
|
|
24 |
)
|
25 |
|
26 |
interface = gr.Interface(
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
30 |
title="Ocean Token Calculator",
|
31 |
description=description,
|
32 |
article=article,
|
|
|
24 |
)
|
25 |
|
26 |
interface = gr.Interface(
|
27 |
+
greet,
|
28 |
+
"text",
|
29 |
+
[
|
30 |
+
gr.outputs.Number(label="Public Key")
|
31 |
+
],
|
32 |
title="Ocean Token Calculator",
|
33 |
description=description,
|
34 |
article=article,
|