Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremove the additional inputs bc we arent using that gradia chat interface or chatbot
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 |
|