Spaces:
Runtime error
Runtime error
donjuanplatinum
commited on
Commit
•
752ba3f
1
Parent(s):
ad653ab
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def main():
|
|
185 |
label="Example Inputs (Click to insert an examplet it into the input box)",
|
186 |
examples_per_page=20)
|
187 |
|
188 |
-
demo.launch(share=
|
189 |
|
190 |
if __name__ == '__main__':
|
191 |
with torch.no_grad():
|
|
|
185 |
label="Example Inputs (Click to insert an examplet it into the input box)",
|
186 |
examples_per_page=20)
|
187 |
|
188 |
+
demo.launch(share=False)
|
189 |
|
190 |
if __name__ == '__main__':
|
191 |
with torch.no_grad():
|