renatotn7 commited on
Commit
a74c12d
·
1 Parent(s): f708204

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ os.system("ls")
105
  description = "Sistema para automação。"
106
 
107
  article = "<p style='text-align: center'><a href='https://huggingface.co/spaces/akhaliq/GFPGAN/' target='_blank'>clone from akhaliq@huggingface with little change</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>GFPGAN Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>"
108
- st.button('OI', key=None, help=None, on_click=None,type="secondary", disabled=False)
109
  gr.Interface(
110
  inference,
111
  [gr.inputs.Image(type="filepath", label="Input")],
 
105
  description = "Sistema para automação。"
106
 
107
  article = "<p style='text-align: center'><a href='https://huggingface.co/spaces/akhaliq/GFPGAN/' target='_blank'>clone from akhaliq@huggingface with little change</a> | <a href='https://github.com/TencentARC/GFPGAN' target='_blank'>GFPGAN Github Repo</a></p><center><img src='https://visitor-badge.glitch.me/badge?page_id=akhaliq_GFPGAN' alt='visitor badge'></center>"
108
+ st.button('OI')
109
  gr.Interface(
110
  inference,
111
  [gr.inputs.Image(type="filepath", label="Input")],