Spaces:
Sleeping
Sleeping
Commit ·
76b0c34
1
Parent(s): a2a9230
Add header/footer with links
Browse files
app.py
CHANGED
|
@@ -310,10 +310,8 @@ if __name__ == "__main__":
|
|
| 310 |
print("✅ Model loaded successfully!")
|
| 311 |
print(f"📋 Classes: {learn.dls.vocab}")
|
| 312 |
|
| 313 |
-
# Create and launch the interface
|
| 314 |
demo = create_interface()
|
| 315 |
|
| 316 |
-
# Launch the app
|
| 317 |
demo.launch(
|
| 318 |
share=True, # Set to True to create a public link
|
| 319 |
server_name="0.0.0.0", # Allow access from any IP
|
|
|
|
| 310 |
print("✅ Model loaded successfully!")
|
| 311 |
print(f"📋 Classes: {learn.dls.vocab}")
|
| 312 |
|
|
|
|
| 313 |
demo = create_interface()
|
| 314 |
|
|
|
|
| 315 |
demo.launch(
|
| 316 |
share=True, # Set to True to create a public link
|
| 317 |
server_name="0.0.0.0", # Allow access from any IP
|