File size: 419 Bytes
4619495
28aabdb
 
 
 
 
4619495
 
 
28aabdb
 
 
 
4619495
28aabdb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import gradio as gr
from datetime import datetime
import tempfile
import os,tarfile,jieba
from PIL import Image, ImageDraw, ImageFont
from pptx import Presentation



with gr.Blocks() as demo:
    text_starttime=gr.DateTime(label="选择起始日期时间")
    text_endtime=gr.DateTime(label="选择结束日期时间")
    submit_led_temp=gr.Button("开始制作")

demo.launch(server_name='0.0.0.0',server_port=7860)