osanseviero HF staff commited on
Commit
5a58391
1 Parent(s): b44debb

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ iface1 = gr.Interface.load("spaces/mrm8488/GPT-J-6B")
4
+ iface2 = gr.Interface.load("spaces/akhaliq/T0pp")
5
+
6
+ gr.mix.Parallel(io1, io2).launch()