Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kurry
/
ChatBot
like
0
Sleeping
App
Files
Files
Community
kurry
commited on
Jun 4, 2023
Commit
15a6299
•
1 Parent(s):
341b746
fixed deprecation issue
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.
Interface.
load("models/
t5-base
").launch()
1
import gradio as gr
2
3
+
gr.load("
kurry/
models/
t5_small_finetuned
").launch()