Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def chamada():
|
|
78 |
with col2:
|
79 |
with st.spinner('Wait for it...'):
|
80 |
# os.system("pip install git+https://github.com/TencentARC/GFPGAN.git")
|
81 |
-
os.system("python3 inference_gfpgan.py -i /tmp/_input -o /tmp/_output -v 1.
|
82 |
with col1:
|
83 |
percent_complete= percent_complete+ 30
|
84 |
my_bar.progress(percent_complete )
|
|
|
78 |
with col2:
|
79 |
with st.spinner('Wait for it...'):
|
80 |
# os.system("pip install git+https://github.com/TencentARC/GFPGAN.git")
|
81 |
+
os.system("python3 inference_gfpgan.py -i /tmp/_input -o /tmp/_output -v 1.4 -s 2")
|
82 |
with col1:
|
83 |
percent_complete= percent_complete+ 30
|
84 |
my_bar.progress(percent_complete )
|