DigiP-AI commited on
Commit
c0f0817
·
verified ·
1 Parent(s): 0f03c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -24,6 +24,9 @@ timeout = 100
24
  api_key = os.getenv("MISTRAL_API_KEY")
25
  Mistralclient = Mistral(api_key=api_key)
26
 
 
 
 
27
  def clear():
28
  return None
29
  def change_tab():
 
24
  api_key = os.getenv("MISTRAL_API_KEY")
25
  Mistralclient = Mistral(api_key=api_key)
26
 
27
+ def flip_image(x):
28
+ return np.fliplr(x)
29
+
30
  def clear():
31
  return None
32
  def change_tab():