Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aimaswx
/
chatbot_v1
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
aimaswx
commited on
Sep 9, 2023
Commit
52056f0
·
1 Parent(s):
519a84a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
hf_api_key = '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'
4
1
import gradio as gr
2
+
from text_generation import Client
3
4
hf_api_key = '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'
5