Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
K00B404
/
mistral-nemo-prompt-enhancer
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
K00B404
commited on
Sep 24, 2024
Commit
dbd5476
·
verified
·
1 Parent(s):
c4b7c58
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -107,4 +107,4 @@ with gr.Blocks() as demo:
107
108
# Launch Gradio app
109
if __name__ == "__main__":
110
-
demo.launch()
107
108
# Launch Gradio app
109
if __name__ == "__main__":
110
+
demo.launch(
show_api=True, share=False
)