Upload app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with scheduler.lock:
|
|
136 |
))
|
137 |
f.write("\n")
|
138 |
|
139 |
-
return prediction
|
140 |
|
141 |
# Set-up the Gradio UI
|
142 |
# Add text box and radio button to the interface
|
|
|
136 |
))
|
137 |
f.write("\n")
|
138 |
|
139 |
+
return prediction
|
140 |
|
141 |
# Set-up the Gradio UI
|
142 |
# Add text box and radio button to the interface
|