Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import ezdxf
|
|
| 15 |
import gradio as gr
|
| 16 |
import gc
|
| 17 |
# from scalingtestupdated import calculate_scaling_factor
|
| 18 |
-
from scalingtestupdated import calculate_scaling_factor_with_units, calculate_paper_scaling_factor, convert_units
|
| 19 |
from scipy.interpolate import splprep, splev
|
| 20 |
from scipy.ndimage import gaussian_filter1d
|
| 21 |
import json
|
|
|
|
| 15 |
import gradio as gr
|
| 16 |
import gc
|
| 17 |
# from scalingtestupdated import calculate_scaling_factor
|
| 18 |
+
from scalingtestupdated import calculate_scaling_factor_with_units, calculate_paper_scaling_factor, convert_units, calculate_paper_scaling_factor_corrected
|
| 19 |
from scipy.interpolate import splprep, splev
|
| 20 |
from scipy.ndimage import gaussian_filter1d
|
| 21 |
import json
|