commented the launch last line since hugging face launches it by default
Browse files
app.py
CHANGED
@@ -124,4 +124,4 @@ interface = gr.Interface(
|
|
124 |
#choices=["depression", "anxiety", "bipolar disorder", "schizophrenia", "PTSD", "OCD", "ADHD", "autism", "eating disorder", "personality disorder", "phobia"] # Adjust class names
|
125 |
)
|
126 |
|
127 |
-
interface.launch()
|
|
|
124 |
#choices=["depression", "anxiety", "bipolar disorder", "schizophrenia", "PTSD", "OCD", "ADHD", "autism", "eating disorder", "personality disorder", "phobia"] # Adjust class names
|
125 |
)
|
126 |
|
127 |
+
#interface.launch()
|