Spaces:
Runtime error
Runtime error
Commit
·
b2c9745
1
Parent(s):
0d173c0
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ import io
|
|
| 6 |
from contextlib import redirect_stdout
|
| 7 |
|
| 8 |
inputs = st.text_area('The input tensor(s) specified as key-value pairs', placeholder='''
|
| 9 |
-
'rows': [10, 20, 30],
|
| 10 |
-
'cols': [1,2,3,4],
|
| 11 |
''')
|
| 12 |
# The single desired output tensor.
|
| 13 |
|
|
|
|
| 6 |
from contextlib import redirect_stdout
|
| 7 |
|
| 8 |
inputs = st.text_area('The input tensor(s) specified as key-value pairs', placeholder='''
|
| 9 |
+
{'rows': [10, 20, 30],
|
| 10 |
+
'cols': [1,2,3,4],}
|
| 11 |
''')
|
| 12 |
# The single desired output tensor.
|
| 13 |
|