GeneralGost commited on
Commit
1748d61
·
1 Parent(s): 09b9c52

✅ Final Version

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -52,13 +52,14 @@ interfaz = gr.Interface(
52
  ],
53
  outputs=[
54
  gr.Textbox(label="Código Prohibido", type="text"),
55
- gr.Textbox(label="Fragmentos Coincidentes", type="text"),
56
- gr.Image(label="GIF", type="filepath", image="video.gif")
57
  ],
58
  live=True,
59
  title="Anti alert Colab SD",
60
  description=f"<b style='font-size: 18px;'>Para usar este espacio, revise el archivo README en Files. Cargue el archivo de su Colab en formato .py o .ipynb para buscar palabras prohibidas por Google en las líneas.</b>",
 
 
61
  )
62
 
63
  # Ejecutar la interfaz de Gradio
64
- interfaz.launch()
 
52
  ],
53
  outputs=[
54
  gr.Textbox(label="Código Prohibido", type="text"),
55
+ gr.Textbox(label="Fragmentos Coincidentes", type="text")
 
56
  ],
57
  live=True,
58
  title="Anti alert Colab SD",
59
  description=f"<b style='font-size: 18px;'>Para usar este espacio, revise el archivo README en Files. Cargue el archivo de su Colab en formato .py o .ipynb para buscar palabras prohibidas por Google en las líneas.</b>",
60
+ theme="NoCrypt/miku@>=1.2.2,<2.0.0",
61
+ css=".flag-output {display: none !important;}"
62
  )
63
 
64
  # Ejecutar la interfaz de Gradio
65
+ interfaz.launch()