Spaces:
Runtime error
Runtime error
thesourmango commited on
Commit ·
49a0b08
1
Parent(s): 85b7aec
New API endpoint
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
from gradio_client import Client
|
| 2 |
|
| 3 |
-
client = Client("https://bistromd-mistral--
|
| 4 |
result = client.predict(
|
| 5 |
"Howdy!", # 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 |
"Howdy!", # str in 'Message' Textbox component
|
| 6 |
0.9, # int | float (numeric value between 0.0 and 1.0) in 'Temperature' Slider component
|