Jonny001 commited on
Commit
6aa9421
·
verified ·
1 Parent(s): 14863c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -60,4 +60,16 @@ interface = gr.Interface(
60
  description="⚠️ Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.",
61
  )
62
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  interface.launch()
 
60
  description="⚠️ Sorry for the inconvenience. The model is currently running on the CPU, which might affect performance. We appreciate your understanding.",
61
  )
62
 
63
+ interface = gr.Blocks()
64
+
65
+ with interface:
66
+ with gr.Row():
67
+ gr.HTML("""
68
+ <div style="display:flex;column-gap:4px;">
69
+ <a href="https://hits.seeyoufarm.com">
70
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fhuggingface.co%2Fspaces%2FJonny001%2FReverse-Image&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23FFFFFF&title=Views&edge_flat=true"/>
71
+ </a>
72
+ </div>
73
+ """)
74
+
75
  interface.launch()