Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gorkemgoknar/moviechatbot
gorkemgoknar
/
movie_chat_gpt_yourtts
like
1
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
gorkemgoknar
commited on
Dec 11, 2022
Commit
edf6483
·
1 Parent(s):
b42238c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -162,4 +162,4 @@ interface= gr.Interface(fn=greet,
162
163
164
if __name__ == "__main__":
165
-
interface.launch(
share=True
)
162
163
164
if __name__ == "__main__":
165
+
interface.launch()