Spaces:
Build error
Build error
freemt
commited on
Commit
·
0c951fa
1
Parent(s):
2363168
Update
Browse files- app.py +2 -1
- run-python-app_py.bat +1 -1
app.py
CHANGED
|
@@ -13,4 +13,5 @@ def greet(name):
|
|
| 13 |
return f"[out: {out}]"
|
| 14 |
|
| 15 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 16 |
-
iface.launch(share=True, debug=True)
|
|
|
|
|
|
| 13 |
return f"[out: {out}]"
|
| 14 |
|
| 15 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 16 |
+
# iface.launch(share=True, debug=True)
|
| 17 |
+
iface.launch(debug=True)
|
run-python-app_py.bat
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
nodemon -w app.py -x python app.py
|
|
|
|
| 1 |
+
nodemon -w app.py -x .venv\Scripts\python app.py
|