ThomasSimonini commited on
Commit
a5f9928
·
1 Parent(s): 916f14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -135,11 +135,8 @@ additional_inputs=[
135
  title = "Find the password 🔒"
136
  description = "In this game prototype, your goal is to discuss with the intercom to find the correct password"
137
 
138
-
139
  chatbot = gr.Chatbot(avatar_images=('user.png', 'bot2.png'),bubble_full_width = False)
140
 
141
-
142
-
143
  chat_interface = gr.ChatInterface(chat,
144
  title=title,
145
  description=description,
@@ -149,7 +146,6 @@ chat_interface = gr.ChatInterface(chat,
149
 
150
  # Gradio Demo
151
  with gr.Blocks() as demo:
152
- model.render()
153
  chat_interface.render()
154
 
155
  demo.launch(debug=True)
 
135
  title = "Find the password 🔒"
136
  description = "In this game prototype, your goal is to discuss with the intercom to find the correct password"
137
 
 
138
  chatbot = gr.Chatbot(avatar_images=('user.png', 'bot2.png'),bubble_full_width = False)
139
 
 
 
140
  chat_interface = gr.ChatInterface(chat,
141
  title=title,
142
  description=description,
 
146
 
147
  # Gradio Demo
148
  with gr.Blocks() as demo:
 
149
  chat_interface.render()
150
 
151
  demo.launch(debug=True)