kenken999 commited on
Commit
b742003
·
1 Parent(s): c0b53ee
controllers/gra_03_programfromdoc/programfromdoc.py CHANGED
@@ -105,7 +105,7 @@ def send_to_google_chat(message: str):
105
 
106
  def process_file_and_notify(*args, **kwargs):
107
  result = process_file(*args, **kwargs)
108
- send_to_google_chat(result)
109
  return result
110
 
111
  gradio_interface = gr.Interface(
 
105
 
106
  def process_file_and_notify(*args, **kwargs):
107
  result = process_file(*args, **kwargs)
108
+ #send_to_google_chat(result)
109
  return result
110
 
111
  gradio_interface = gr.Interface(