Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lastmileai/groq_playground
tanyarai
/
coffee_chat_2
like
2
Runtime error
App
Files
Files
Community
95529cc
coffee_chat_2
/
app.py
tanyarai
Create app.py
95529cc
verified
9 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
import
gradio
as
gr
from
gradio_notebook
import
GradioNotebook
AICONFIG_FILE_PATH =
"./my_app.aiconfig.json"
with
gr.Blocks()
as
demo:
GradioNotebook()
demo.queue().launch()