Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks() as gradio_app:
|
|
88 |
)
|
89 |
|
90 |
# Launch the app
|
91 |
-
gradio_app.launch()
|
92 |
# gradio_app.launch(debug=True, share=True)
|
93 |
# # Create title, description and article strings
|
94 |
# title = "RICE DISEASES CLASSIFICATION"
|
|
|
88 |
)
|
89 |
|
90 |
# Launch the app
|
91 |
+
gradio_app.launch(debug=True, share=True)
|
92 |
# gradio_app.launch(debug=True, share=True)
|
93 |
# # Create title, description and article strings
|
94 |
# title = "RICE DISEASES CLASSIFICATION"
|