OuroborosM commited on
Commit
aa36fe2
·
1 Parent(s): 52cc181

remove avatar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1915,7 +1915,7 @@ with gr.Blocks() as demo:
1915
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1916
  <center> v0.7.8: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1917
  chatbot = gr.Chatbot(
1918
- avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
1919
  )
1920
  with gr.Row():
1921
  inputtext = gr.Textbox(
 
1915
  title = gr.Markdown("""# <center> STLA BABY - YOUR FRIENDLY GUIDE
1916
  <center> v0.7.8: Powered by MECH Core Team - GPT4 REMOTE MODE"""),
1917
  chatbot = gr.Chatbot(
1918
+ # avatar_images=((os.path.join(os.path.dirname(__file__),"User.png")), (os.path.join(os.path.dirname(__file__),"AI.png"))),
1919
  )
1920
  with gr.Row():
1921
  inputtext = gr.Textbox(