mallepally commited on
Commit
8cef389
·
1 Parent(s): d35e7f4

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -271,9 +271,9 @@ def clear(state):
271
  return state, to_gradio_chatbot(state), "", None, ""
272
 
273
 
274
- title_markdown = ("""
275
- # 🤖 Multi-modal GPT
276
- [[Project]](https://github.com/open-mmlab/Multimodal-GPT.git)""")
277
 
278
 
279
  def build_conversation_demo():
 
271
  return state, to_gradio_chatbot(state), "", None, ""
272
 
273
 
274
+ # title_markdown = ("""
275
+ # # 🤖 Multi-modal GPT
276
+ # [[Project]](https://github.com/open-mmlab/Multimodal-GPT.git)""")
277
 
278
 
279
  def build_conversation_demo():