OuroborosM commited on
Commit
3cbbc42
·
1 Parent(s): 7e4fc2c

update gr as function

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1898,8 +1898,7 @@ with gr.Blocks() as demo:
1898
  demo.load(UpdateChatbot, chatbot, chatbot, api_name="Update_Chatbot")
1899
  # load(UpdateChatbot, chatbot, chatbot, every=5)
1900
 
1901
- demo(api_name="Update_Chatbot")
1902
- demo(api_name="Update_Chatbot")
1903
 
1904
 
1905
 
 
1898
  demo.load(UpdateChatbot, chatbot, chatbot, api_name="Update_Chatbot")
1899
  # load(UpdateChatbot, chatbot, chatbot, every=5)
1900
 
1901
+ # demo(api_name="Update_Chatbot")
 
1902
 
1903
 
1904