Spaces:
Runtime error
Runtime error
Commit
•
efc9ce3
1
Parent(s):
d6331eb
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import shutil
|
|
3 |
import os
|
4 |
import gradio as gr
|
5 |
import torchvision.transforms as T
|
|
|
6 |
import spaces
|
7 |
|
8 |
subprocess.run(["git", "clone", "https://github.com/AIRI-Institute/HairFastGAN"], check=True)
|
|
|
3 |
import os
|
4 |
import gradio as gr
|
5 |
import torchvision.transforms as T
|
6 |
+
import sys
|
7 |
import spaces
|
8 |
|
9 |
subprocess.run(["git", "clone", "https://github.com/AIRI-Institute/HairFastGAN"], check=True)
|