Spaces:
Runtime error
Runtime error
Edward J. Schwartz
commited on
Commit
·
c3385bb
1
Parent(s):
8a96e61
Debugging
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ model = gr.load("ejschwartz/oo-method-test-model-bylibrary", src="models")
|
|
| 13 |
# ],
|
| 14 |
# live=True, title="Is it a method or a function?").launch(server_name="0.0.0.0", server_port=7860)
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
def get_funs(f):
|
| 19 |
return "cool"
|
|
|
|
| 13 |
# ],
|
| 14 |
# live=True, title="Is it a method or a function?").launch(server_name="0.0.0.0", server_port=7860)
|
| 15 |
|
| 16 |
+
import gen-training
|
| 17 |
|
| 18 |
def get_funs(f):
|
| 19 |
return "cool"
|