PedroLancharesSanchez commited on
Commit
c174369
1 Parent(s): e74f538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)