Spaces:
Runtime error
Runtime error
Commit
·
fea06e5
1
Parent(s):
36e2010
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,6 @@ with io.StringIO() as buf, redirect_stdout(buf):
|
|
| 29 |
|
| 30 |
# An English description of the tensor manipulation.
|
| 31 |
description = 'add two vectors with broadcasting to get a matrix'
|
| 32 |
-
_ , output, constants, description = get_problem()
|
| 33 |
results = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|
| 34 |
stdout = buf.getvalue()
|
| 35 |
st.code(stdout, language='bash')
|
|
|
|
| 29 |
|
| 30 |
# An English description of the tensor manipulation.
|
| 31 |
description = 'add two vectors with broadcasting to get a matrix'
|
|
|
|
| 32 |
results = colab_interface.run_value_search_from_colab(inputs, output, constants, description, settings)
|
| 33 |
stdout = buf.getvalue()
|
| 34 |
st.code(stdout, language='bash')
|