Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,5 @@ gr.Interface(
|
|
| 50 |
inputs="text",
|
| 51 |
outputs="text",
|
| 52 |
title="PyTorch Issue Generator",
|
| 53 |
-
description="Enter a prompt describing a PyTorch issue scenario or mainly title."
|
| 54 |
-
share=True
|
| 55 |
).launch()
|
|
|
|
| 50 |
inputs="text",
|
| 51 |
outputs="text",
|
| 52 |
title="PyTorch Issue Generator",
|
| 53 |
+
description="Enter a prompt describing a PyTorch issue scenario or mainly title."
|
|
|
|
| 54 |
).launch()
|