Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ demo = gr.Interface(
|
|
241 |
["5", "5"],
|
242 |
["8", "2"],
|
243 |
],
|
244 |
-
title= "
|
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
|