Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ the huggingface logo or variations), but we need to keep it in for obvious reaso
|
|
39 |
"""
|
40 |
|
41 |
iface = gr.Interface(fn=f,
|
42 |
-
inputs=['
|
43 |
# examples = examples,
|
44 |
-
outputs="
|
45 |
description=description,
|
46 |
article=article)
|
47 |
iface.launch()
|
|
|
39 |
"""
|
40 |
|
41 |
iface = gr.Interface(fn=f,
|
42 |
+
inputs=['number'],
|
43 |
# examples = examples,
|
44 |
+
outputs="number",
|
45 |
description=description,
|
46 |
article=article)
|
47 |
iface.launch()
|