Spaces:
Sleeping
Sleeping
trying to check if this code works as api
Browse files
app.py
CHANGED
|
@@ -27,4 +27,4 @@ demo = gr.Interface(
|
|
| 27 |
description="Enter your soil and weather data to get a crop suggestion!"
|
| 28 |
)
|
| 29 |
|
| 30 |
-
demo.launch()
|
|
|
|
| 27 |
description="Enter your soil and weather data to get a crop suggestion!"
|
| 28 |
)
|
| 29 |
|
| 30 |
+
demo.launch(share=True)
|