Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def app_function(input_json):
|
|
79 |
"adjustment_factors": adjustment_factors.to_json(orient='split')
|
80 |
}
|
81 |
|
82 |
-
return
|
83 |
|
84 |
# Define the Gradio interface with a single JSON input
|
85 |
iface = gr.Interface(
|
|
|
79 |
"adjustment_factors": adjustment_factors.to_json(orient='split')
|
80 |
}
|
81 |
|
82 |
+
return json.dumps(output)
|
83 |
|
84 |
# Define the Gradio interface with a single JSON input
|
85 |
iface = gr.Interface(
|