Spaces:
Running
Running
zach
commited on
Commit
·
cd3dbf9
1
Parent(s):
a7644f8
Add init file in src directory
Browse files- src/__init__.py +4 -0
src/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
The root package. This package includes the Gradio application,
|
| 3 |
+
integrations with external APIs, and utility functions.
|
| 4 |
+
"""
|