Youssouf Traore commited on
Commit
24e8221
·
1 Parent(s): b0845e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def display_table(data):
32
  return table_html
33
 
34
  # Ajouter la fonction display_table à l'interface Gradio
35
- iface.output(display_table)
36
 
37
  # Lancement de l'interface
38
  iface.launch()
 
32
  return table_html
33
 
34
  # Ajouter la fonction display_table à l'interface Gradio
35
+ iface.fn_out = display_table
36
 
37
  # Lancement de l'interface
38
  iface.launch()