Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,9 @@ def main():
|
|
17 |
default_index=1
|
18 |
)
|
19 |
|
20 |
-
if selection == "
|
|
|
|
|
21 |
text()
|
22 |
|
23 |
elif selection == "Chat with Image":
|
@@ -26,8 +28,7 @@ def main():
|
|
26 |
elif selection == "Image Creator":
|
27 |
sdxl()
|
28 |
|
29 |
-
|
30 |
-
details()
|
31 |
|
32 |
|
33 |
if __name__ == '__main__':
|
|
|
17 |
default_index=1
|
18 |
)
|
19 |
|
20 |
+
if selection == "Home":
|
21 |
+
details()
|
22 |
+
elif selection == "Vanilla Chat":
|
23 |
text()
|
24 |
|
25 |
elif selection == "Chat with Image":
|
|
|
28 |
elif selection == "Image Creator":
|
29 |
sdxl()
|
30 |
|
31 |
+
|
|
|
32 |
|
33 |
|
34 |
if __name__ == '__main__':
|