Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ title="QANom End-to-End Pipeline Demo"
|
|
14 |
examples = [[models[1], "Physics is low and everything else was a recommendation. Ive met a lot of people that can break the law, but I have never met anyone who could break physics. ", 0.7],
|
15 |
[models[1], "Its really just saying, lets boil something down to the most fundamental principles, the things that we are most confident are true at a foundational level, and that sets your axiomatic base, and then you reason up from there. And then you cross check your conclusion against the axiomatic truth. Some basics in physics would be like are violating conservation of energy or momentum or something like that, then it's not gonna work.", 0.75],
|
16 |
[models[0], "So first for any kind of technology problem you have to sort of just make sure you're not violating physics. First principles analysis, I think, is something that can be applied to really any walk of life, anything really.", 0.75],
|
17 |
-
[models[1], "
|
18 |
|
19 |
input_sent_box_label = "Insert sentence here, or select from the examples below"
|
20 |
links = """<p style='text-align: center'>
|
|
|
14 |
examples = [[models[1], "Physics is low and everything else was a recommendation. Ive met a lot of people that can break the law, but I have never met anyone who could break physics. ", 0.7],
|
15 |
[models[1], "Its really just saying, lets boil something down to the most fundamental principles, the things that we are most confident are true at a foundational level, and that sets your axiomatic base, and then you reason up from there. And then you cross check your conclusion against the axiomatic truth. Some basics in physics would be like are violating conservation of energy or momentum or something like that, then it's not gonna work.", 0.75],
|
16 |
[models[0], "So first for any kind of technology problem you have to sort of just make sure you're not violating physics. First principles analysis, I think, is something that can be applied to really any walk of life, anything really.", 0.75],
|
17 |
+
[models[1], "What is the perfect arrangement of atoms that would be the best possible product? And now let us try to figure out how to get the atoms in that shape. I mean, it sounds, its almost like Rick and Morty absurd until you start to really think about it. And you really should think about it in this way cause everything else is kind of, if you think you might fall victim to the momentum of the way things are done in the past", 0.5]]
|
18 |
|
19 |
input_sent_box_label = "Insert sentence here, or select from the examples below"
|
20 |
links = """<p style='text-align: center'>
|