Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Koshti10
/
TestLLMCalc
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5307d98
TestLLMCalc
/
app.py
abidlabs
HF staff
Update app.py
5307d98
verified
2 months ago
raw
Copy download link
history
blame
Safe
244 Bytes
import
gradio
as
gr
llm_calc_app = gr.Blocks()
with
llm_calc_app:
with
gr.Row():
start_date = gr.DateTime(
)
end_date = gr.DateTime(
)
llm_calc_app.load()
llm_calc_app.queue()
llm_calc_app.launch()