Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nechama
/
new_app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nechama
commited on
Jul 22, 2024
Commit
c869f45
·
verified
·
1 Parent(s):
87eac61
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ iface = gr.Interface(
31
32
33
if __name__ == "__main__":
34
-
interface
.launch(share=True)
31
32
33
if __name__ == "__main__":
34
+
iface
.launch(share=True)