Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ def process_pipeline(test_file):
|
|
191 |
|
192 |
if __name__ == "__main__":
|
193 |
|
194 |
-
with gr.
|
195 |
print("Starting the FHE Model")
|
196 |
|
197 |
|
|
|
191 |
|
192 |
if __name__ == "__main__":
|
193 |
|
194 |
+
with gr.Blocks() as demo:
|
195 |
print("Starting the FHE Model")
|
196 |
|
197 |
|