Update app.py
Browse files
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'
|
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")],
|