File size: 118 Bytes
5245224
 
 
 
 
 
 
1
2
3
4
5
6
7
import user, rm_predict
import gradio as gr

app1 = user.demo  
app2 = rm_predict.demo

gr.Tabs([app1, app2]).launch()