Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Elouarn/montaillou-guerisseuse
Elouarn
/
montaillou-forgeron
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Elouarn
commited on
Mar 28, 2024
Commit
79336b1
·
verified
·
1 Parent(s):
1464df8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -276,4 +276,4 @@ def main(request: gr.Request):
276
demo.launch(show_api=False, inline=True)
277
278
if __name__ == "__main__":
279
-
main()
276
demo.launch(show_api=False, inline=True)
277
278
if __name__ == "__main__":
279
+
main(
None
)