coderprem commited on
Commit
6ac1835
·
verified ·
1 Parent(s): d56e8ab

trying to check if this code works as api

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)