Spaces:
Running on Zero

Ruurd commited on
Commit
55b43fa
·
1 Parent(s): 0e1a415

Add if main

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- demo.launch()
 
 
 
149
  description="Iterative denoising chat interface using a fine-tuned LLaMA model."
150
  )
151
 
152
+
153
+ if __name__ == "__main__":
154
+ demo.launch()