king007 commited on
Commit
7e194cd
1 Parent(s): 5f5ff58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -102,10 +102,13 @@ question_files = {
102
 
103
 
104
  def process_path(path):
 
 
105
  error = None
106
  if path:
107
  try:
108
  document = load_document(path)
 
109
  return (
110
  document,
111
  gr.update(visible=True, value=document.preview),
 
102
 
103
 
104
  def process_path(path):
105
+ print(path)
106
+ print("-----------")
107
  error = None
108
  if path:
109
  try:
110
  document = load_document(path)
111
+ print(document)
112
  return (
113
  document,
114
  gr.update(visible=True, value=document.preview),