Spaces:
Sleeping
Sleeping
revert to direct filepath
Browse files
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="
|
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 [
|