oceansweep commited on
Commit
91b175e
1 Parent(s): aa1db93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import time
11
  import webbrowser
12
  # Have I mentioned my opinions on gradio today?
13
  #
 
14
  # Local Library Imports
15
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
16
  from App_Function_Libraries.Book_Ingestion_Lib import ingest_folder, ingest_text_file
 
11
  import webbrowser
12
  # Have I mentioned my opinions on gradio today?
13
  #
14
+ os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'python'
15
  # Local Library Imports
16
  sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
17
  from App_Function_Libraries.Book_Ingestion_Lib import ingest_folder, ingest_text_file