trysem commited on
Commit
a197eca
·
1 Parent(s): a314731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -108,11 +108,10 @@ def inference(img, version, scale):
108
  print('global exception', error)
109
  return None, None
110
 
111
- custom_css ="""
112
- .gradio_wrapper .gradio_bg[is_embedded=false] .gradio_page .footer {
113
  visibility: hidden;
114
- }
115
- """
116
  title = "Image Upscaling & Restoration(esp. Face)"
117
  description = r"""
118
  Restore your **old photos** or improve **AI-generated faces**.<br>
 
108
  print('global exception', error)
109
  return None, None
110
 
111
+ custom_css ="
112
+ .footer {
113
  visibility: hidden;
114
+ }"
 
115
  title = "Image Upscaling & Restoration(esp. Face)"
116
  description = r"""
117
  Restore your **old photos** or improve **AI-generated faces**.<br>