Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ibunescu
/
AbstractPerspective-complete5_1QandA
like
0
Sleeping
App
Files
Files
Community
ibunescu
commited on
Dec 21, 2023
Commit
6c867be
•
1 Parent(s):
95bb7b3
Update app.py
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.load("models/AbstractPerspective/complete5_1QandA").launch()
1
import gradio as gr
2
3
+
gr.load("models/AbstractPerspective/complete5_1QandA").launch(
server_port
)