Spaces:
Sleeping
Sleeping
File size: 339 Bytes
e18e756 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Update this file with your Zeno configuration. The port and host are the default for Hugging Face Spaces.
view = "chatbot"
metadata = "chatbot.csv"
data_column = "Question"
label_column = "Label"
output_column = "output_column"
id_column = "id_column"
functions = "zeno_ml.py"
models = ["text-davinci-002"]
port = 7860
host = "0.0.0.0" |