Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
fbc1e4c
1
Parent(s):
0fc601a
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
-
os.system("hub
|
| 3 |
import gradio as gr
|
| 4 |
import paddlehub as hub
|
| 5 |
import numpy as np
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.system("hub install stylepro_artistic==1.0.1")
|
| 3 |
import gradio as gr
|
| 4 |
import paddlehub as hub
|
| 5 |
import numpy as np
|