Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
giurimatrix
/
public_chatbot
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
piecurus
commited on
May 28, 2023
Commit
c71031c
·
1 Parent(s):
5fadb27
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
with gr.Blocks() as demo:
3
+
demo.load(api_key="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")
4
+
demo.launch()