Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def main():
|
|
113 |
inputs = [file_input, calculate_openai, openai_model, calculate_anthropic, anthropic_model]
|
114 |
submit_button.click(fn=process_csv, inputs=inputs, outputs=output)
|
115 |
|
116 |
-
demo.launch()
|
117 |
|
118 |
if __name__ == "__main__":
|
119 |
main()
|
|
|
113 |
inputs = [file_input, calculate_openai, openai_model, calculate_anthropic, anthropic_model]
|
114 |
submit_button.click(fn=process_csv, inputs=inputs, outputs=output)
|
115 |
|
116 |
+
demo.launch(share=True)
|
117 |
|
118 |
if __name__ == "__main__":
|
119 |
main()
|