Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,9 +57,6 @@ demo = gr.Interface(
|
|
57 |
title="Math Question Solver",
|
58 |
description="Enter a math question to get the model prediction and see all generated answers.",
|
59 |
live=True,
|
60 |
-
allow_flagging="never",
|
61 |
-
show_input=True,
|
62 |
-
show_output=True,
|
63 |
)
|
64 |
|
65 |
if __name__ == "__main__":
|
|
|
57 |
title="Math Question Solver",
|
58 |
description="Enter a math question to get the model prediction and see all generated answers.",
|
59 |
live=True,
|
|
|
|
|
|
|
60 |
)
|
61 |
|
62 |
if __name__ == "__main__":
|