umgefahren commited on
Commit
07e315a
·
1 Parent(s): 3e97108

Make not interactive

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -98,7 +98,7 @@ def greet(image_path: str):
98
  # plt.switch_backend('Qt5Agg') # You have to install PyQt5
99
 
100
  # Enable interactive mode
101
- plt.ion()
102
 
103
  # Plotting
104
  fig, ax = plt.subplots(figsize=(10, 10))
 
98
  # plt.switch_backend('Qt5Agg') # You have to install PyQt5
99
 
100
  # Enable interactive mode
101
+ # plt.ion()
102
 
103
  # Plotting
104
  fig, ax = plt.subplots(figsize=(10, 10))