Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
harshrajsaxena
/
harshrajsaxena-Image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
harshrajsaxena
commited on
Nov 30, 2023
Commit
06c8f5f
·
1 Parent(s):
2c8b82b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import gradio as gr
2
3
-
gr.load("models/harshrajsaxena/Image").launch(
share=True
)
1
import gradio as gr
2
3
+
iface=
gr.load("models/harshrajsaxena/Image").launch()
4
+
iface.launch(share=True)