Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lehmanc25
/
WLUChatbot
like
0
Runtime error
App
Files
Files
Community
lehmanc25
commited on
Apr 18
Commit
1027696
•
1 Parent(s):
e7e42c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import logging
2
import gradio as gr
3
import wandb
1
+
!pip install wandb
2
+
3
+
4
import logging
5
import gradio as gr
6
import wandb