Update app.py
Browse files
app.py
CHANGED
|
@@ -81,4 +81,4 @@ gr.Interface(
|
|
| 81 |
gr.outputs.Image(type='numpy', label='Output')
|
| 82 |
).launch(debug=True)
|
| 83 |
|
| 84 |
-
|
|
|
|
| 81 |
gr.outputs.Image(type='numpy', label='Output')
|
| 82 |
).launch(debug=True)
|
| 83 |
|
| 84 |
+
os.system("git rm -r --cached stylegan3")
|