siddhantuniyal commited on
Commit
1692e25
·
1 Parent(s): 1373021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ def disease_predict(processed_image, crop):
86
 
87
 
88
  iface = gr.Interface(fn = newPost , inputs=['text'] , outputs=['text'])
89
- iface.launch())
 
86
 
87
 
88
  iface = gr.Interface(fn = newPost , inputs=['text'] , outputs=['text'])
89
+ iface.launch()