Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -967,7 +967,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
967 |
# else:
|
968 |
# return None
|
969 |
|
970 |
-
@
|
971 |
def testing_this(name: str, number: str) -> str:
|
972 |
"""
|
973 |
This function ask user for their name and a random integer and returns it.
|
|
|
967 |
# else:
|
968 |
# return None
|
969 |
|
970 |
+
@openai_func
|
971 |
def testing_this(name: str, number: str) -> str:
|
972 |
"""
|
973 |
This function ask user for their name and a random integer and returns it.
|