Spaces:
Running
Running
imseldrith
commited on
Commit
•
0aadada
1
Parent(s):
fa24601
Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ def remove_old_directories(directory, num_minutes=60):
|
|
87 |
except Exception as e:
|
88 |
print(e)
|
89 |
pass
|
|
|
90 |
|
91 |
def get_theme() -> gr.Theme:
|
92 |
return gr.themes.Soft(
|
|
|
87 |
except Exception as e:
|
88 |
print(e)
|
89 |
pass
|
90 |
+
|
91 |
|
92 |
def get_theme() -> gr.Theme:
|
93 |
return gr.themes.Soft(
|