ranamhamoud commited on
Commit
6e6ce93
โ€ข
1 Parent(s): 3a61bf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def remove_last_sentence(text):
146
  return ' '.join(sentences[:-1]) if sentences else text
147
 
148
 
149
- # Gradio Interface Setup
150
  chat_interface = gr.ChatInterface(
151
  fn=generate,
152
  fill_height=True,
 
146
  return ' '.join(sentences[:-1]) if sentences else text
147
 
148
 
149
+ # Gradio Interface Setp
150
  chat_interface = gr.ChatInterface(
151
  fn=generate,
152
  fill_height=True,