ManishThota commited on
Commit
fca3357
·
1 Parent(s): e1d4b2d
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+
4
+ model = gr.Interface.load("models/ManishThota/llava-1.5-katz")
5
+ interface = model.interface
6
+ interface.launch()