Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Fawad97
/
Chatbot
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Fawad97
commited on
Jan 5, 2025
Commit
72bf8a3
·
verified
·
1 Parent(s):
6c42777
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
!pip
install groq
2
import gradio as gr
3
import json
4
from groq import Groq
1
+
import
os
2
+
os.system("pip install groq")
3
import gradio as gr
4
import json
5
from groq import Groq