Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
e5c2fbc
1
Parent(s):
8f69135
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
|
|
3 |
|
4 |
os.system("git clone https://github.com/AK391/stylegan2-ada-pytorch")
|
5 |
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
from PIL import Image
|
4 |
|
5 |
os.system("git clone https://github.com/AK391/stylegan2-ada-pytorch")
|
6 |
|