Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdulsamad
/
ImageCaptioningApp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdulsamad
commited on
Jul 28, 2023
Commit
9d0734f
·
1 Parent(s):
2f1ea34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,6 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
1
import gradio as gr
2
+
import requests, json
3
+
4
5
def greet(name):
6
return "Hello " + name + "!!"