Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,6 @@ demo = gr.Interface(
|
|
40 |
title=title,
|
41 |
description=description
|
42 |
)
|
43 |
-
|
44 |
if __name__ == '__main__':
|
45 |
demo.launch()
|
46 |
print("Finished running")
|
|
|
40 |
title=title,
|
41 |
description=description
|
42 |
)
|
|
|
43 |
if __name__ == '__main__':
|
44 |
demo.launch()
|
45 |
print("Finished running")
|