Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ManishThota
/
llava-1.5-katz
like
0
Text Generation
Transformers
PyTorch
llava
License:
mit
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
ManishThota
commited on
Nov 8, 2023
Commit
fca3357
·
1 Parent(s):
e1d4b2d
app
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -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()