PedroLancharesSanchez commited on
Commit
92055d4
·
verified ·
1 Parent(s): 5749ae6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ def predict(instancia):
37
  predicted_class_id = logits.argmax().item()
38
  return str(logits.item())
39
 
40
- gr.Interface(fn=predict, inputs='text', outputs='text',examples=example).launch(share=False)
 
37
  predicted_class_id = logits.argmax().item()
38
  return str(logits.item())
39
 
40
+ gr.Interface(fn=predict, inputs=gr.inputs.JSON(), outputs='text',examples=['grafo1.json','grafo2.json']).launch(share=False)