Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tanyarai/coffee_chat_2
Nymbo
/
groq_prompts_notebook
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c9068c
groq_prompts_notebook
/
app.py
tanyarai
Create app.py
95529cc
verified
11 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()