Spaces:
Paused
Paused
VarunSivamani
commited on
modified examples
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def inference(prompt, count):
|
|
26 |
return output
|
27 |
|
28 |
examples = [
|
29 |
-
["
|
30 |
]
|
31 |
|
32 |
demo = gr.Interface(
|
|
|
26 |
return output
|
27 |
|
28 |
examples = [
|
29 |
+
["What is deep learning?","50"]
|
30 |
]
|
31 |
|
32 |
demo = gr.Interface(
|