svalcin commited on
Commit
d134813
1 Parent(s): 9de19f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ def predict_next_questions(state,n_question):
18
 
19
  intf = gr.Interface(fn=predict_next_questions, inputs=["number", "number"], outputs="number")
20
  print("interface created")
21
- intf.launch
22
 
23
 
 
18
 
19
  intf = gr.Interface(fn=predict_next_questions, inputs=["number", "number"], outputs="number")
20
  print("interface created")
21
+ intf.launch()
22
 
23