Liu Yiwen commited on
Commit
4f9015d
·
1 Parent(s): 20101df

lotsa viewer v0.2.0

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -332,11 +332,4 @@ with gr.Blocks() as demo:
332
  if __name__ == "__main__":
333
 
334
  app = gr.mount_gradio_app(app, demo, path="/")
335
- uvicorn.run(app, host="127.0.0.1", port=7860)
336
-
337
-
338
- # 需求:
339
- # target多变量没办法同时打到一个图上。有几种选择,可以选择拉一个框选,一次一个;或者用强行用颜色区分,或者用两个框分别展示(动态生成多个框没办法指定位置)
340
- # 无法动态生成组件
341
- # 没有聚合、统计值等功能
342
- # 支持其他库的调用
 
332
  if __name__ == "__main__":
333
 
334
  app = gr.mount_gradio_app(app, demo, path="/")
335
+ uvicorn.run(app, host="127.0.0.1", port=7860)