Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -94,5 +94,4 @@ demo = gr.Interface(
|
|
94 |
cache_examples=False,
|
95 |
)
|
96 |
|
97 |
-
demo.queue().launch()
|
98 |
-
This compressed version maintains the core functionality while removing redundant comments and
|
|
|
94 |
cache_examples=False,
|
95 |
)
|
96 |
|
97 |
+
demo.queue().launch()
|
|