m7n commited on
Commit
a2d4ba5
·
1 Parent(s): e47afbf

revert to direct filepath

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ def predict(request: gr.Request, text_input, sample_size_slider, reduce_sample_c
449
 
450
  progress(1.0, desc="Done!")
451
  print(f"Total pipeline completed in {time.time() - start_time:.2f} seconds")
452
- iframe = f"""<iframe src="file={html_file_path}" width="100%" height="1000px"></iframe>"""
453
 
454
  # Return iframe and download buttons with appropriate visibility
455
  return [
 
449
 
450
  progress(1.0, desc="Done!")
451
  print(f"Total pipeline completed in {time.time() - start_time:.2f} seconds")
452
+ iframe = f"""<iframe src="{html_file_path}" width="100%" height="1000px"></iframe>"""
453
 
454
  # Return iframe and download buttons with appropriate visibility
455
  return [