Spaces:
Running
on
Zero
Running
on
Zero
Add if main
Browse files
app.py
CHANGED
@@ -149,4 +149,6 @@ demo = gr.ChatInterface(
|
|
149 |
description="Iterative denoising chat interface using a fine-tuned LLaMA model."
|
150 |
)
|
151 |
|
152 |
-
|
|
|
|
|
|
149 |
description="Iterative denoising chat interface using a fine-tuned LLaMA model."
|
150 |
)
|
151 |
|
152 |
+
|
153 |
+
if __name__ == "__main__":
|
154 |
+
demo.launch()
|