AI-Edify commited on
Commit
b218761
·
1 Parent(s): 48445ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ def CustomChatGPT(user_input):
18
 
19
  demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Hi I'm J.O.E-E! Your AI-Educational Assistant", description = "<b>Teachers:</b> Ask any questions about educational content and teaching practice expertise.\n\n <b>Learners:</b> Ask any questions about study techniques and learning strategies. As well as homework help and test prep.and research paper help.")
20
 
21
- demo.launch(enable_quee=True)
 
18
 
19
  demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Hi I'm J.O.E-E! Your AI-Educational Assistant", description = "<b>Teachers:</b> Ask any questions about educational content and teaching practice expertise.\n\n <b>Learners:</b> Ask any questions about study techniques and learning strategies. As well as homework help and test prep.and research paper help.")
20
 
21
+ demo.launch(enable_queue=True)