not-lain commited on
Commit
182bc8c
1 Parent(s): fe7995a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ demo = gr.Interface(
241
  ["5", "5"],
242
  ["8", "2"],
243
  ],
244
- title= "Ptorch Matrix Multiplication",
245
  description= """There are 3 cases which are covered in the examples:
246
  * Both matricies have dimensions bigger than 1
247
  * One of the matracies have a single dimension
 
241
  ["5", "5"],
242
  ["8", "2"],
243
  ],
244
+ title= "Pytorch Matrix Multiplication",
245
  description= """There are 3 cases which are covered in the examples:
246
  * Both matricies have dimensions bigger than 1
247
  * One of the matracies have a single dimension