Spaces:
Runtime error
Runtime error
File size: 135 Bytes
68964c2 |
1 2 3 4 5 |
# Removed unused import 'from pathlib import Path'
if __name__ == "__main__":
import app.main_hf # Import and execute main_hf.py
|