Spaces:
Runtime error
Runtime error
Commit
·
8267da7
1
Parent(s):
c1f44fc
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/nkasmanoff/git-planet").launch()
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/nkasmanoff/git-planet").launch()
|
4 |
+
input = gr.inputs.Image(label="Upload your Image", type = 'pil', optional=True)
|
5 |
+
output = gr.outputs.Textbox(type="auto",label="Captions")
|