Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lastmileai
/
groq_playground
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
29e495a
groq_playground
/
app.py
tanyarai
Update app.py
29e495a
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
210 Bytes
import
gradio
as
gr
from
gradio_notebook
import
GradioNotebook
AICONFIG_FILE_PATH =
"./my_app.aiconfig.json"
with
gr.Blocks()
as
demo:
GradioNotebook(config_path=AICONFIG_FILE_PATH)
demo.queue().launch()