Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -162,12 +162,6 @@ def main():
|
|
162 |
fn=predict,
|
163 |
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],
|
164 |
outputs=[output1, output2]
|
165 |
-
)
|
166 |
-
|
167 |
-
|
168 |
-
demo = gr.Interface(title="Test",
|
169 |
-
theme=gr.themes.Default()
|
170 |
-
)
|
171 |
|
172 |
demo.launch()
|
173 |
|
|
|
162 |
fn=predict,
|
163 |
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],
|
164 |
outputs=[output1, output2]
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
demo.launch()
|
167 |
|