Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zakia
/
DIARC
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Zakia
commited on
Nov 17, 2021
Commit
deadc5a
·
1 Parent(s):
8181851
add main
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -22,4 +22,5 @@ iface = gr.Interface(
22
outputs="text",
23
theme="darkdefault")
24
25
iface.launch()
22
outputs="text",
23
theme="darkdefault")
24
25
+
if __name__ == "__main__":
26
iface.launch()