Update Recursive_Wildcard_Modifier.ipynb
Browse files
Recursive_Wildcard_Modifier.ipynb
CHANGED
|
@@ -48,7 +48,7 @@
|
|
| 48 |
" texto_fin = gr.Textbox(label=\"Text at the end\")\n",
|
| 49 |
" ruta_guardado = gr.Textbox(label=\"Save path and filename *.txt\")\n",
|
| 50 |
" boton = gr.Button(label=\"edit file\")\n",
|
| 51 |
-
" gr.Interface(fn=editar_archivo, inputs=[archivo, texto_inicio, texto_fin, ruta_guardado], outputs=None, title=\"Recursive Wildcard Modifier\").launch()\n",
|
| 52 |
"\n",
|
| 53 |
"interfaz()\n",
|
| 54 |
"\n"
|
|
|
|
| 48 |
" texto_fin = gr.Textbox(label=\"Text at the end\")\n",
|
| 49 |
" ruta_guardado = gr.Textbox(label=\"Save path and filename *.txt\")\n",
|
| 50 |
" boton = gr.Button(label=\"edit file\")\n",
|
| 51 |
+
" gr.Interface(fn=editar_archivo, inputs=[archivo, texto_inicio, texto_fin, ruta_guardado], outputs=None, title=\"Recursive Wildcard Modifier\").launch(share=True)\n",
|
| 52 |
"\n",
|
| 53 |
"interfaz()\n",
|
| 54 |
"\n"
|