Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
runaksh
/
Finance_Summary
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
runaksh
commited on
Dec 8, 2023
Commit
cd3e64a
·
1 Parent(s):
acf8bbd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ iface = gradio.Interface(fn=generate_summary,
37
description=description
38
)
39
40
-
iface.launch(debug = True)
37
description=description
38
)
39
40
+
iface.launch(debug = True
, from_tf=True
)