Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asthaa30
/
Maritme-Legal-Assistant
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
asthaa30
commited on
Oct 26, 2024
Commit
2445aa7
·
verified
·
1 Parent(s):
0e3473d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,5 +101,5 @@ demo = gr.ChatInterface(
101
)
102
103
# Launch the Gradio app
104
-
if
_name_
== "_main_":
105
demo.launch()
101
)
102
103
# Launch the Gradio app
104
+
if
__name__
== "_main_":
105
demo.launch()