Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bmi-labmedinfo
/
igea-instruct
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Detsutut
commited on
Jun 27, 2024
Commit
53d078e
·
verified
·
1 Parent(s):
542acfb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -53,4 +53,4 @@ with gr.Blocks() as iface:
53
54
# Launch the interface
55
if __name__ == "__main__":
56
-
iface.launch()
53
54
# Launch the interface
55
if __name__ == "__main__":
56
+
iface.launch(
inline=True
)