Spaces:
Sleeping
Sleeping
Divyam Sharma
commited on
Commit
·
0d2ca7a
1
Parent(s):
ebc7672
public Link generation
Browse files
app.py
CHANGED
@@ -309,4 +309,4 @@ intf = gr.Interface(fn=predict_and_visualize,
|
|
309 |
title="Text Review Classifier with Attention Visualization",
|
310 |
description="Enter a review to see the prediction and attention visualization.")
|
311 |
|
312 |
-
intf.launch()
|
|
|
309 |
title="Text Review Classifier with Attention Visualization",
|
310 |
description="Enter a review to see the prediction and attention visualization.")
|
311 |
|
312 |
+
intf.launch(share=True)
|