Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yasserrmd
/
InterroGen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f98e663
InterroGen
/
run.py
yasserrmd
Update run.py
0ad0d10
verified
4 months ago
raw
Copy download link
history
blame
Safe
127 Bytes
from
app
import
create_app
app = create_app()
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
7860
, debug=
True
)