christopher commited on
Commit
8485e46
·
1 Parent(s): 811654f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -5,11 +5,6 @@ from tf_coder.value_search import value_search_settings
5
  import io
6
  from contextlib import redirect_stdout
7
 
8
-
9
- inputs = {
10
- 'rows': [10, 20, 30],
11
- 'cols': [1, 2, 3, 4],
12
- }
13
  inputs = st.text_area('The input tensor(s) specified as key-value pairs', placeholder='''
14
  'rows': [10, 20, 30],
15
  'cols': [1,2,3,4],
 
5
  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],