Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mubbashir-ahmed
/
MyModelTestingSpace
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mubbashir Ahmed
commited on
25 days ago
Commit
1aa45ea
·
1 Parent(s):
bb6169a
updates
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -131,6 +131,7 @@ with gr.Blocks() as demo:
131
inputs=[],
132
outputs=prompt_input
133
)
134
135
# Launch app
136
demo.launch()
131
inputs=[],
132
outputs=prompt_input
133
)
134
+
135
136
# Launch app
137
demo.launch()