NotASI commited on
Commit
715ff59
·
1 Parent(s): b5aeae8

Updated Gemma chatbot

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,6 +32,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
32
  )
33
  # ============================== Nightly - END ==============================
34
  with gr.Tab("Chat with Gemma 2"):
35
- gemma_chatbot.render()
 
36
 
37
  demo.queue().launch(debug=True, show_error=True)
 
32
  )
33
  # ============================== Nightly - END ==============================
34
  with gr.Tab("Chat with Gemma 2"):
35
+ # gemma_chatbot.render()
36
+ gr.HTML("""<h3 align="center">This feature is under development. Please check back later.</h3>""")
37
 
38
  demo.queue().launch(debug=True, show_error=True)