Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GOGO198
/
GOGO_rag
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GOGO198
commited on
Jun 26
Commit
4d65f0b
·
verified
·
1 Parent(s):
2c02394
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -181,6 +181,7 @@ if __name__ == "__main__":
181
fn=respond,
182
inputs="text",
183
outputs="json",
184
live=False
185
)
186
181
fn=respond,
182
inputs="text",
183
outputs="json",
184
+
api_name="predict",
185
live=False
186
)
187