Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ariG23498/gemma3n-image-audio
suanan
/
gemma3n-image-audio
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suanan
commited on
Jul 30
Commit
64a5675
·
verified
·
1 Parent(s):
aef348d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ iface = gr.Interface(
59
)
60
61
if __name__ == "__main__":
62
-
iface.launch()
59
)
60
61
if __name__ == "__main__":
62
+
iface.launch(
share=True
)