Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,4 +18,4 @@ iface = gr.Interface(
|
|
| 18 |
description="Enter your CBSE math problem and watch the solution appear like magic, complete with explanations! Developed by K.M.Ramyasri ,TGT ,GHS Suthukeny ,Puducherry!"
|
| 19 |
)
|
| 20 |
|
| 21 |
-
iface.launch(debug=True)
|
|
|
|
| 18 |
description="Enter your CBSE math problem and watch the solution appear like magic, complete with explanations! Developed by K.M.Ramyasri ,TGT ,GHS Suthukeny ,Puducherry!"
|
| 19 |
)
|
| 20 |
|
| 21 |
+
iface.launch(share=True,debug=True)
|