demetz commited on
Commit
807c2a3
·
verified ·
1 Parent(s): 45065b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(theme=theme) as chatbot:
109
 
110
  with gr.Column(scale=2):
111
  with gr.Column(scale=2):
112
- gr.ChatInterface(
113
  fn=respond,
114
  type="messages",
115
  additional_inputs=[character_name, character_class, character_race, character_alignment]) as chat: # Pass name into function!
 
109
 
110
  with gr.Column(scale=2):
111
  with gr.Column(scale=2):
112
+ with gr.ChatInterface(
113
  fn=respond,
114
  type="messages",
115
  additional_inputs=[character_name, character_class, character_race, character_alignment]) as chat: # Pass name into function!