enotkrutoy commited on
Commit
119e668
1 Parent(s): 1447959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -86,12 +86,4 @@ app = gr.Interface(
86
  outputs="image"
87
  )
88
 
89
- # HTML-код для reCAPTCHA
90
- captcha_html = """
91
- <iframe src="https://enotkrutoy-recaptcha.static.hf.space" frameborder="0" width="850" height="450"></iframe>
92
- """
93
-
94
- # Включаем HTML-код reCAPTCHA в интерфейс
95
- demo.add_component(gr.HTML(captcha_html))
96
-
97
  app.launch()
 
86
  outputs="image"
87
  )
88
 
 
 
 
 
 
 
 
 
89
  app.launch()