Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MarvinRoque
/
phi2-gym-bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MarvinRoque
commited on
28 days ago
Commit
c5fd4e7
·
1 Parent(s):
e892c78
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1466,4 +1466,4 @@ demo = gr.Interface(
1466
1467
if __name__ == "__main__":
1468
demo.queue()
1469
-
demo.launch(
show_api=True, allow_flagging="never"
)
1466
1467
if __name__ == "__main__":
1468
demo.queue()
1469
+
demo.launch()