lu-ny commited on
Commit
f007a0a
·
1 Parent(s): d00eed9

Update app.py

Browse files

remove the additional inputs bc we arent using that gradia chat interface or chatbot

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -176,8 +176,8 @@ def launch_interface():
176
  live=False,
177
  title="Novel Title and Summary Generator",
178
  description='A fun creative writing tool, designed for when I have writer\'s block. Use it to practice building worlds, characters, scenes, etc. Write chapter 1, or a plot outline.' ,
179
- theme='ParityError/Interstellar', #)
180
- additional_inputs=additional_inputs)
181
 
182
  iface.queue().launch(debug=True)
183
 
 
176
  live=False,
177
  title="Novel Title and Summary Generator",
178
  description='A fun creative writing tool, designed for when I have writer\'s block. Use it to practice building worlds, characters, scenes, etc. Write chapter 1, or a plot outline.' ,
179
+ theme='ParityError/Interstellar')
180
+ #,additional_inputs=additional_inputs)
181
 
182
  iface.queue().launch(debug=True)
183