LSmithPMP commited on
Commit
e3ff721
·
1 Parent(s): 6998f39

Fix: simplify launch for HF Spaces compatibility

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -194,9 +194,4 @@ custom_css = (
194
  )
195
 
196
  if __name__ == "__main__":
197
- launch_kwargs = {
198
- "css": custom_css,
199
- }
200
- if _favicon_path.exists():
201
- launch_kwargs["favicon_path"] = str(_favicon_path)
202
- demo.launch(**launch_kwargs)
 
194
  )
195
 
196
  if __name__ == "__main__":
197
+ demo.launch()