From 7df09e8d0b824cc4dfaecadc7d507d43b8c257f8 Mon Sep 17 00:00:00 2001
From: Johannes Stelzer <stelzer@lunar-ring.ai>
Date: Mon, 20 Feb 2023 11:21:49 +0100
Subject: [PATCH] sharing enabled

---
 gradio_ui.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gradio_ui.py b/gradio_ui.py
index ebea227..53c321a 100644
--- a/gradio_ui.py
+++ b/gradio_ui.py
@@ -58,7 +58,7 @@ class BlendingFrontend():
         
         self.init_save_dir()
         self.save_empty_image()
-        self.share = False
+        self.share = True
         self.transition_can_be_computed = False
         self.depth_strength = 0.25
         self.seed1 = 420
@@ -260,9 +260,7 @@ class BlendingFrontend():
         list_out.append("")
         list_out.append(np.random.randint(0, 10000000))
         print(f"stack_forward: fp_multi {fp_multi}")
-        
         return list_out
-    
 
        
     def multi_concat(self):