Spaces:
Sleeping
Sleeping
Peter
commited on
Commit
•
721e119
1
Parent(s):
50085ad
remove examples
Browse files
app.py
CHANGED
@@ -159,5 +159,5 @@ if __name__ == "__main__":
|
|
159 |
examples_per_page=4,
|
160 |
title=title,
|
161 |
description=description,
|
162 |
-
examples=load_examples(),
|
163 |
).launch(enable_queue=True, share=True)
|
|
|
159 |
examples_per_page=4,
|
160 |
title=title,
|
161 |
description=description,
|
162 |
+
# examples=load_examples(),
|
163 |
).launch(enable_queue=True, share=True)
|