Update app.py
Browse files
app.py
CHANGED
|
@@ -39,5 +39,5 @@ ejemplos = '''{"node_feat": [[0],[0],[0],[0],[0],[0],[0],[0],[1],[0],[0],[0],[0]
|
|
| 39 |
"num_nodes": 24}'''
|
| 40 |
|
| 41 |
# Crear la interfaz Gradio
|
| 42 |
-
interfaz = gr.Interface(fn=predict, inputs="file", outputs='text', examples=['grafo1.json'])
|
| 43 |
interfaz.launch(share=False)
|
|
|
|
| 39 |
"num_nodes": 24}'''
|
| 40 |
|
| 41 |
# Crear la interfaz Gradio
|
| 42 |
+
interfaz = gr.Interface(fn=predict, inputs="file", outputs='text', examples=['grafo1.json','grafo2.json','grafo3.json'])
|
| 43 |
interfaz.launch(share=False)
|