Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- app.py +3 -0
- requirements.txt +1 -0
app.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
It looks like the existing Gradio 6 app is complete and already follows the required syntax (including the `footer_links` and `api_visibility` usage). Since your request was simply to “run it,” there’s no additional modification needed in the code itself—just execute `python app.py` in your environment to launch the NeuroSAM application.
|
| 2 |
+
|
| 3 |
+
Let me know if you’d like any adjustments or new features added!
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# No additional dependencies required
|