Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -309,6 +309,7 @@ def create_interface():
|
|
309 |
|
310 |
|
311 |
# Lancer
|
|
|
312 |
if __name__ == "__main__":
|
313 |
app = create_interface()
|
314 |
app.launch()
|
|
|
309 |
|
310 |
|
311 |
# Lancer
|
312 |
+
|
313 |
if __name__ == "__main__":
|
314 |
app = create_interface()
|
315 |
app.launch()
|