Spaces:
Running
on
T4
Running
on
T4
Add Theme
Browse filesAdd Theme to project
app.py
CHANGED
@@ -359,6 +359,7 @@ def ui(**kwargs):
|
|
359 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
360 |
|
361 |
Todo: Working on improved Interrupt and new Models.
|
|
|
362 |
"""
|
363 |
)
|
364 |
if IS_SHARED_SPACE and not torch.cuda.is_available():
|
@@ -529,6 +530,7 @@ if __name__ == "__main__":
|
|
529 |
if args.share:
|
530 |
launch_kwargs['share'] = args.share
|
531 |
launch_kwargs['favicon_path']= "./assets/favicon.ico"
|
|
|
532 |
|
533 |
|
534 |
UNLOAD_MODEL = args.unload_model
|
|
|
359 |
Disclaimer: This won't run on CPU only. Clone this App and run on GPU instance!
|
360 |
|
361 |
Todo: Working on improved Interrupt and new Models.
|
362 |
+
Theme Available at ["Surn/Beeuty"](https://huggingface.co/spaces/Surn/Beeuty)
|
363 |
"""
|
364 |
)
|
365 |
if IS_SHARED_SPACE and not torch.cuda.is_available():
|
|
|
530 |
if args.share:
|
531 |
launch_kwargs['share'] = args.share
|
532 |
launch_kwargs['favicon_path']= "./assets/favicon.ico"
|
533 |
+
launch_kwargs['theme']= "Surn/Beeuty"
|
534 |
|
535 |
|
536 |
UNLOAD_MODEL = args.unload_model
|