Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
# copies of the Software, and to permit persons to whom the Software is
|
| 7 |
#import spaces
|
| 8 |
#import subprocess
|
| 9 |
-
|
| 10 |
#subprocess.run(['sh', './torch.sh'])
|
| 11 |
|
| 12 |
import gradio as gr
|
|
|
|
| 6 |
# copies of the Software, and to permit persons to whom the Software is
|
| 7 |
#import spaces
|
| 8 |
#import subprocess
|
| 9 |
+
import os
|
| 10 |
#subprocess.run(['sh', './torch.sh'])
|
| 11 |
|
| 12 |
import gradio as gr
|