Spaces:
Runtime error
Runtime error
thesourmango commited on
Commit ·
09860e5
1
Parent(s): 39d46c0
Updated endpoint
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from gradio_client import Client
|
| 2 |
|
| 3 |
-
client = Client("https://
|
| 4 |
result = client.predict(
|
| 5 |
"Hello, tell me a short story", # str in 'Message' Textbox component
|
| 6 |
0.9, # int | float (numeric value between 0.0 and 1.0) in 'Temperature' Slider component
|
|
|
|
| 1 |
from gradio_client import Client
|
| 2 |
|
| 3 |
+
client = Client("https://bistromd-mistral--zr2ft.hf.space/")
|
| 4 |
result = client.predict(
|
| 5 |
"Hello, tell me a short story", # str in 'Message' Textbox component
|
| 6 |
0.9, # int | float (numeric value between 0.0 and 1.0) in 'Temperature' Slider component
|