Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
UNIST-Eunchan
/
Paper-Abstract-Generator
like
2
Sleeping
App
Files
Files
Community
UNIST-Eunchan
commited on
Nov 26, 2023
Commit
a897be7
•
1 Parent(s):
ed03434
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,7 +25,7 @@ app = gradio.Interface(
25
)
26
27
def main():
28
-
app.launch()
29
30
if __name__ == '__main__':
31
main()
25
)
26
27
def main():
28
+
app.launch(
share=True
)
29
30
if __name__ == '__main__':
31
main()