Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,6 +163,7 @@ def main():
|
|
163 |
fn=predict,
|
164 |
inputs=[openai_api_key, togetherai_api_key, model_selector1, model_selector2, prompt_manipulation, direct_steering_option, ideology_test, political_statement, temp_input, top_p_input],
|
165 |
outputs=[output1, output2]
|
|
|
166 |
|
167 |
demo.launch()
|
168 |
|
|
|
163 |
fn=predict,
|
164 |
inputs=[openai_api_key, togetherai_api_key, model_selector1, model_selector2, prompt_manipulation, direct_steering_option, ideology_test, political_statement, temp_input, top_p_input],
|
165 |
outputs=[output1, output2]
|
166 |
+
)
|
167 |
|
168 |
demo.launch()
|
169 |
|