This commit is contained in:
Vladimir Mandic
2023-04-16 21:51:11 -04:00
parent 58df74cfd5
commit b0cec1aeb8
8 changed files with 9 additions and 11 deletions
-2
View File
@@ -632,8 +632,6 @@ def reload_gradio_theme(theme_name=None):
print("Theme download error accessing HuggingFace")
gradio_theme = gr.themes.Default()
print(f'Loading theme: {theme_name}')
if demo is not None:
demo.close()
class TotalTQDM: