Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RamV
/
ChatRobo_II
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RamV
commited on
Dec 5, 2023
Commit
d9cc1af
·
1 Parent(s):
3096a79
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,6 +66,6 @@ block = gr.Interface(
66
)
67
68
# Launch the Gradio interface
69
-
block.launch()
#
70
71
66
)
67
68
# Launch the Gradio interface
69
+
block.launch()
70
71