Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chansung
/
rm-ui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chansung
commited on
Jun 14, 2023
Commit
438dc04
·
1 Parent(s):
d47f5a9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -5,5 +5,4 @@ with gr.Blocks() as demo:
5
user_message = gr.Textbox()
6
clear = gr.Button("Clear")
7
8
-
if
__name__ == "__main__":
9
-
demo.launch()
5
user_message = gr.Textbox()
6
clear = gr.Button("Clear")
7
8
+
demo.launch()