renatotn7 commited on
Commit
483e04d
1 Parent(s): b6f077a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.3 -s 2")
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 )