CazC commited on
Commit
6e69ac5
·
verified ·
1 Parent(s): 81b77ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import subprocess
3
  import shlex
4
- subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
5
 
6
  def greet(name):
7
  return "Hello " + name + "!!"
 
1
  import gradio as gr
2
  import subprocess
3
  import shlex
4
+ #subprocess.run(shlex.split('pip install wheel/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl'))
5
 
6
  def greet(name):
7
  return "Hello " + name + "!!"