osanseviero HF staff commited on
Commit
3fc03bd
1 Parent(s): 072fa66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -71,12 +71,17 @@ description = "Gradio demo for 6DRepNet. To use it, simply click the camera pict
71
  article = "<div style='text-align: center;'><a href='https://github.com/thohemp/6DRepNet' target='_blank'>Github Repo</a> | <a href='https://arxiv.org/abs/2202.12555' target='_blank'>Paper</a></div>"
72
 
73
  image_flip_css = """
74
- .input-image .image-preview img {
75
  -webkit-transform: scaleX(-1);
76
  transform: scaleX(-1) !important;
77
  height: 40rem !important; width: 100% !important;
78
  }
79
 
 
 
 
 
 
80
  .output-image img {
81
  -webkit-transform: scaleX(-1);
82
  transform: scaleX(-1) !important;
71
  article = "<div style='text-align: center;'><a href='https://github.com/thohemp/6DRepNet' target='_blank'>Github Repo</a> | <a href='https://arxiv.org/abs/2202.12555' target='_blank'>Paper</a></div>"
72
 
73
  image_flip_css = """
74
+ .input-image .image-preview {
75
  -webkit-transform: scaleX(-1);
76
  transform: scaleX(-1) !important;
77
  height: 40rem !important; width: 100% !important;
78
  }
79
 
80
+ img {
81
+ -webkit-transform: scaleX(-1);
82
+ transform: scaleX(-1) !important;
83
+ }
84
+
85
  .output-image img {
86
  -webkit-transform: scaleX(-1);
87
  transform: scaleX(-1) !important;