rosameliacarioni commited on
Commit
ae5112e
·
1 Parent(s): 61b1f0f

Updated modelcentric

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,5 +27,5 @@ def predict(message, history):
27
 
28
  demo = gr.ChatInterface(predict)
29
 
30
- if __name__ == "_main_":
31
  demo.launch()
 
27
 
28
  demo = gr.ChatInterface(predict)
29
 
30
+ if __name__ == "__main__":
31
  demo.launch()