Spaces:
Running
Running
Xiaolong-Wang
commited on
Commit
•
707291b
1
Parent(s):
ede846e
install torchgeometry
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
-
|
5 |
|
6 |
import gradio as gr
|
7 |
import torchgeometry as tgm
|
|
|
1 |
+
import subprocess
|
2 |
|
3 |
+
package_name = "torchgeometry"
|
4 |
+
subprocess.check_call(["pip", "install", package_name])
|
5 |
|
6 |
import gradio as gr
|
7 |
import torchgeometry as tgm
|