Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import signal
|
|
| 9 |
import sys
|
| 10 |
import time
|
| 11 |
import webbrowser
|
|
|
|
| 12 |
#
|
| 13 |
# Local Library Imports
|
| 14 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
|
|
|
|
| 9 |
import sys
|
| 10 |
import time
|
| 11 |
import webbrowser
|
| 12 |
+
# Have I mentioned my opinions on gradio today?
|
| 13 |
#
|
| 14 |
# Local Library Imports
|
| 15 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'App_Function_Libraries')))
|