Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KittenEli/First_agent_template
xjdeng
/
First_agent_with_PDF
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KittenEli
commited on
Feb 27
Commit
3526cd1
·
verified
·
1 Parent(s):
eb6c42f
Remove folder variable
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ agent = CodeAgent(
55
)
56
57
58
-
GradioUI(agent, file_upload_folder=
UPLOAD_FOLDER
).launch()
55
)
56
57
58
+
GradioUI(agent, file_upload_folder=
"/upload"
).launch()