Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dkolarova
/
intelligent_systems_course
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dkolarova
commited on
Apr 23
Commit
f976bc3
·
verified
·
1 Parent(s):
578e9ef
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
from tools import convert_currency
3
from tools_agent import Agent
4
5
1
import gradio as gr
2
+
from tools import convert_currency
, show_my_memory
3
from tools_agent import Agent
4
5