poudel commited on
Commit
c812ae0
·
verified ·
1 Parent(s): e08ba6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import gradio as gr
2
  import pandas as pd
3
  import numpy as np
 
1
+ # Import TensorFlow environment settings
2
+ import setup_environment
3
+
4
  import gradio as gr
5
  import pandas as pd
6
  import numpy as np